[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to add support for my language?
From: |
Fred Kiefer |
Subject: |
Re: How to add support for my language? |
Date: |
Fri, 10 Jul 2009 09:53:18 +0200 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20081227) |
Csanyi Pal wrote:
> ***** 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?
>
No, better don't touch these files. What should be translated is the
text in the objects.gorm files, but as these are binary files don't
change them directly. The basic idea here is to load each gorm file with
Gorm and change the text and layout in Gorm, store the file in your
language specific directory and that's it. But as I wrote previously,
this process fails for me.
Fred
- 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, 2009/07/09
- 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 <=
- 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