[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
- Localization with NSString, Paul Chany, 2010/06/22
- Re: Localization with NSString, David Chisnall, 2010/06/22
- Re: Localization with NSString, Richard Frith-Macdonald, 2010/06/22
- Re: Localization with NSString, Paul Chany, 2010/06/22
- Localization with the '_(X)' macro, Paul Chany, 2010/06/23
- Re: Localization with the '_(X)' macro, Nicola Pero, 2010/06/23
- Re: Localization with the '_(X)' macro,
Paul Chany <=
- How to localize keyEquivalent="q"?, Paul Chany, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Nicola Pero, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Paul Chany, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Nicola Pero, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Robert Slover, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Paul Chany, 2010/06/24
- Re: How to localize keyEquivalent="q"?, David Chisnall, 2010/06/24
- Re: Should we localize keyEquivalent?, Paul Chany, 2010/06/24
- Re: How to localize keyEquivalent="q"?, Yavor Doganov, 2010/06/25
- Re: How to localize keyEquivalent="q"?, Paul Chany, 2010/06/25