discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Localization with the '_(X)' macro


From: Paul Chany
Subject: Re: Localization with the '_(X)' macro
Date: Wed, 23 Jun 2010 16:19:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Nicola Pero <nicola.pero@meta-innovation.com> writes:

>> After that I run make and get Window.app without errors and warnings.
>> But when I run Window.app in Hungarian or Croatian Environment it
>> still
>> print 'Hello!' instead of 'Jó napot' or 'Dobar dan!' on the
>> xterm. What
>> am I missing here?

> If I have to guess, may you have not added the new languages to your
> GNUmakefile, so the translation files were not installed into the
> application ? 

Exactly this was my case! After I added the Localizable.strings to mine
GNUmakefile and compile the application, it works as we expected. :)

[snip..]
Window_LOCALIZED_RESOURCE_FILES = \
        Window.strings \
        Menu-GNUstep.strings \
        Localizable.strings
[..snip]

Thanks!

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info




reply via email to

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