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: Tue, 14 Jul 2009 11:32:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Fred Kiefer <fredkiefer@gmx.de> writes:

> Csanyi Pal schrieb:
>> Fred Kiefer <fredkiefer@gmx.de> writes:
>>
>>> Csanyi Pal wrote:
>>>> 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
>>
>> OK, I'm try now to load objects.gorm file with Gorm, but don't know
>> how to do it?
>>
>> I did the following:
>>
>>  $ cd ~/DownloadedGNUstepSources/gorm-1.2.10/
>>  $ cp -R English.lproj Hungarian.lproj
>>
>>  *IMPORTANT!!*
>>
>> After I translated objects.gorm files with Gorm must to edit:
>>
>>  ~/DownloadedGNUstepSources/gorm-1.2.10/GNUmakefile
>>
>> file too:
>>
>> In Emacs
>> C-x C-f
>> gorm-1.2.10/GNUmakefile
>>
>> -------------*
>> Gorm_LANGUAGES = \
>>         English Hungarian
>> -------------*
>>
>> Start Gorm:
>>
>>  $ Gorm.app
>>
>>  menu: Gorm> Document> Open> gorm-1.2.10/Hungarian.lproj/Gorm.gorm
>>
>>  The file being loaded was created with a newer build, continue?
>>  OK

This warning get I only the first time when I opened it. Is it OK?

>>  Now, how can I loaded
>>
>>  Gorm.gorm/objects.gorm
>>
>> file?
>>
>> I try that but without success, because in the Open dialog I can't
>> find objects.gorm files. :(
>>
>> Any advices will be appreciated!
>
> You don't load the object.gorm file directly, loading the Gorm.gorm
> directory is all that is needed. But you should take the warning you
> are getting about the "newer build" seriously and first update your
> Gorm installation before proceeding.
>
> Fred

Thank you to pointing me for newer build.

You must know about that that I try to install GNUstep nowadays from

---
ProjectCenter-0.5.0.tar.gz
SQLClient-1.3.0.tar.gz
audiofile-0.2.6.tar.gz
gnustep-back-0.16.0.tar.gz
gnustep-base-1.18.0.tar.gz
gnustep-examples-1.2.0.tar.gz
gnustep-gui-0.16.0.tar.gz
gnustep-guile-1.1.4.tar.gz
gnustep-make-2.2.0.tar.gz
gorm-1.2.10.tar.gz
gworkspace-0.8.6.tar.gz
---
gnustep-startup-0.23.0.tar.gz
---
SVN/modules/
---
Debian GNU/Linux Lenny binary packages
and Debian GNU/Linux Lenny sources.

So I want to stay at Debian stable sources. That is the readiest way
for me here on Debian system, because of FSF filesystem standards (or
what). Here at installation things go in to more directories and not
only in to the /usr/GNUstep/ directory.

So I get the debian sources for gnustep, edited them (translated
.strings files), build them and installed them on my Debian stable
system. I can see the results of my work: some elements appears in
Hungarian.

But, when I updated with aptitude then I upgrade gnustep packages
accidentally. I was thinking that there I upgraded to the not
translated debian official gnustep packages, but not. My Gorm still
remain in that version that I translated (only .strings files).

So now, how can I update my Gorm installation when I have the newest
Gorm installation? When I run in aptitude the update command there is
nothing to upgrade.

So I return again to my question - if I may - how can I translate the
.gorm files running Gorm.app?

--
Regards, Paul Chany
http://csanyi-pal.info





reply via email to

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