bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils configure locale bug (was Re: [T ranslation-team-uk] Переклади


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: binutils configure locale bug (was Re: [T ranslation-team-uk] Переклади binutils )
Date: Sat, 31 Mar 2012 11:20:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3

(original in Ukrainian at bottom)

According to Ukrainian translation translators binutils don't load the
translations. My short investigation traced it to the following code:
#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
  setlocale (LC_MESSAGES, "");
#endif
#if defined (HAVE_SETLOCALE)
  setlocale (LC_CTYPE, "");
#endif

As you can see it's condititional to HAVE_SETLOCALE and
HAVE_LC_MESSAGES. But the corresponding defines go exclusively to
intl/config.h and is not present and hence undefined in other */config.h
used by individual programs.

On 31.03.2012 10:25, Yuri Chornoivan wrote:
> Доброго дня,
>
> По всьому, жоден з перекладів binutils (binutils, ld, gprof тощо) не  
> завантажується під час роботи самих програм (не передбачено імпортування  
> каталогів перекладу на рівні програм).
>
> Чи були у когось успішні спроби завантажити програми з перекладеним  
> інтерфейсом?
>
> Заздалегідь вдячний за відповіді.
>
> З повагою,
> Юрій
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Translation-team-uk mailing list
> address@hidden
> https://lists.sourceforge.net/lists/listinfo/translation-team-uk


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]