(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
> translation-team...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/translation-team-uk


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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to