[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to add support for my language?
From: |
Csanyi Pal |
Subject: |
Re: How to add support for my language? |
Date: |
Thu, 09 Jul 2009 12:44:27 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Fred Kiefer <fredkiefer@gmx.de> writes:
> Csanyi Pal wrote:
>> how can one add support for his/her first language in GNUstep?
>>
>> I wish to have menus in Gorm in Hungarian language!
> when adding support for a new language to a GNustep application you
> have to start from the base libraries, as strings from there may be
> used by the application. Go into base/Resources and copy the whole
But I have installed on Debian GNU/Linux Lenny the GNUstep from binary
packages. I think that that I must to download first the GNUstep
sources with commands:
$ mkdir GNUstepSources
$ cd GNUstepSources
$ apt-get source gnustep-make
$ apt-get source gnustep-base
$ apt-get source gnustep-gui
$ apt-get source gnustep-back
$ apt-get source projectcenter.app
$ apt-get source gorm.app
And I did that, so I have now sources here with Debian rules, etc.
$ cd gnustep-base-version/Resources
$ cp English.lproj Hungarian.lproj
Then I translated to Hungarian language the Localizable.strings file
in Hungarian.lproj directoy.
Yet in this Resources directory I edited the GNUmake file and added
the Hungarian language to the list:
# This is kept temporarily for gnustep-make < 14-02-2007
base-resources_RESOURCE_FILES_INSTALL_DIR = \
/Library/Libraries/Resources/gnustep-base
base-resources_LANGUAGES = English German French Italian\
TraditionalChinese \
Spanish Esperanto Korean Hungarian
I'm in the job now.. :)
I'll do the same for gnustep-gui and Gorm.app, and maybe to the
ProjectCenter.app too.
Thanks!
--
Regards, Paul Chany
- How to add support for my language?, Csanyi Pal, 2009/07/09
- Re: How to add support for my language?, Fred Kiefer, 2009/07/09
- Re: How to add support for my language?,
Csanyi Pal <=
- Re: How to add support for my language?, Csanyi Pal, 2009/07/09
- Re: How to add support for my language?, Csanyi Pal, 2009/07/09
- Re: How to add support for my language?, Fred Kiefer, 2009/07/10
- Re: How to add support for my language?, Csanyi Pal, 2009/07/10
- Re: How to add support for my language?, Csanyi Pal, 2009/07/13
- Re: How to add support for my language?, Fred Kiefer, 2009/07/14
- Re: How to add support for my language?, Csanyi Pal, 2009/07/14
- Re: How to add support for my language?, Csanyi Pal, 2009/07/14