discuss-gnustep
[Top][All Lists]
Advanced

[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 18:30:43 +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!

> Next do the same in gui, here things get a bit more complicated, as
> beside the same Localizable.strings file the Panels directory also
> should get translated. I tried that some time ago, but when saving
> any of the translated gorm files I get a segmentation fault from
> Gorm. I should investigate that further but never found the time.

Look at this work in progress:

***** TODO gnustep-gui-ver.si.on/Resources/English.lproj

$ cd gnustep-gui-ver.si.on/Resources
$ cp English.lproj Hungarian.lproj

****** TODO Resources/Hungarian.lproj/Localizable.strings
To translate:
Resources/Hungarian.lproj/Localizable.strings

****** DONE Resources/GNUmakefile

Resources/GNUmakefile
-------------*
gui-resources_LANGUAGES = English Italian Lojban Esperanto \
German Hungarian
-------------*

***** TODO gnustep-gui-ver.si.on/ColorPickers

$ cd gnustep-gui-ver.si.on/ColorPickers
$ cp English.lproj Hungarian.lproj

****** TODO ColorPickers/Hungarian.lproj/Localizable.strings
To translate:
ColorPickers/Hungarian.lproj/Localizable.strings

****** DONE ColorPickers/GNUmakefile
To translate:
ColorPickers/GNUmakefile
-------------*
StandardPicker_LANGUAGES = English French Swedish Hungarian
-------------*

***** TODO gnustep-gui-ver.si.on/Panels

$ cd gnustep-gui-ver.si.on/Panels
$ cp English.lproj Hungarian.lproj

****** DONE Panels/GNUmakefile
To translate:
Panels/GNUmakefile
-------------*
LANGUAGES = English Hungarian
-------------*

****** TODO Panels/GSDataLinkPanel.gorm/data.classes
-IT'S FREE TO TRANSLATE??
-------------*

-------------*

****** Panels/GSPageLayout.gorm/data.classes
-------------*
{
    "## Comment" = "Do NOT change this file, Gorm maintains it";
-------------*

****** Panels/GSPrintPanel.gorm/data.classes
-------------*
{
    "## Comment" = "Do NOT change this file, Gorm maintains it";
-------------*

****** TODO Panels/GSSpellPanel.gorm/data.classes
-IT'S FREE TO TRANSLATE??
-------------*

-------------*

It's free to edit data.classes files? I don't think so. And you?

--
Regards, Paul Chany





reply via email to

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