This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

NLS support


Hi,

0.146 now installs the translation files.  But it doesn't seem
to be doing anything with them, I can't get any translated output,
strace suggests it doesn't do anything with the locale.

config.log has:
configure:4701: checking whether NLS is requested
configure:4710: result: yes
configure:4751: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4783: result: /usr/bin/msgfmt
configure:4792: checking for gmsgfmt
configure:4823: result: /usr/bin/msgfmt
configure:4874: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is
unknown; will try Cconfigure:4906: result: /usr/bin/xgettext
configure:4952: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:4983: result: /usr/bin/msgmerge
configure:5214: creating ./config.status


In the Makefile I see:
USE_NLS = yes

Is there something I should do to enable it?


Kurt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]