[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] gettext support in CVS
From: |
Ingo van Lil |
Subject: |
Re: [Enigma-devel] gettext support in CVS |
Date: |
Thu, 22 Apr 2004 04:04:50 +0200 |
User-agent: |
Mutt/1.5.6i |
On 21 Apr 2004, Ingo van Lil wrote:
> I removed that part from the po/Makefile and "make install" finished,
> too. But I still get no translated messages from the game. Do I have to
> do anything apart from setting LANG to de_DE?
Got it! After consulting the gettext manual I found out you have to add
setlocale(LC_MESSAGES, "");
to the initialization sequence (main.cc:155). Maybe your version of
gettext doesn't require this, but mine (0.12.1) does.
Cheers,
Ingo