Page 7 of 11

Re: Translation announcements / coordination

Posted: 19 Feb 2012, 02:55
by cybersphinx

Re: Translation announcements / coordination

Posted: 19 Feb 2012, 13:42
by NoQ
Thanks!

P.S. Even though i don't really play the translated version, both of those changesets seemed very good and reasonable to me :3

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 22:57
by Amiral JCDG
I've actualised the french translation from the current po file on GitHub of today with Poedit. All the fuzzy attributes have been deleted, and I have let the untranslated lines as untranslated :biggrin1:. I had problems with some lines for the menu of the key shortcuts : even in english, they were not understandable :dash1: . But it is solved !

Beware : I have put a better translation in attachement into my next message...

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 23:05
by aubergine
Are the translations for each language included in all warzone downloads, or is there a specific download for each language? I was trying to find where the language files are in the downloaded game (so I can have a go at using them within my AI using the "_()" function) and maybe create some custom language files for my AI in preparation of when the chat API gets exposed in Warzone 3.2.

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 23:07
by Emdek
They are distributed with source, in po directory (but some unfinished ones could be skipped from tarballs).

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 23:11
by aubergine
Ok, I think I've found them in /resources/locale/<locale>/LC_MESSAGES/warzone2100.mo - are those the right files? They seem to be compiled or compressed or something? I couldn't find a "po" directory :(

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 23:16
by Emdek
Ah, you wanted installed ones?
Yeah, those are .mo files, standard gettext files "compiled" for faster message lookup.
If you want source files then you will find them in po directory of source tree.

Re: Translation announcements / coordination

Posted: 25 Feb 2012, 23:23
by aubergine

Re: Translation announcements / coordination

Posted: 26 Feb 2012, 12:13
by Amiral JCDG
Hello ! I improved my translation this morning : the introduction video of the game is better, and I've played the tutorial and the 3 first missions to correct what was wrong in the menus, indications, etc. This translation could be the most complete I can do.

Re: Translation announcements / coordination

Posted: 29 Feb 2012, 03:02
by cybersphinx
Amiral JCDG wrote:Hello ! I improved my translation this morning
Thanks, applied. Ticket would be nice though, I tend to forget things attached here.

. . . . . . . . . . . . . . . . . .

On another note, autoupdated statistics: http://buildbot.wz2100.net/files/transl ... cs-3.1.txt

Re: Translation: Announcements / coordination

Posted: 12 Mar 2012, 19:53
by Amiral JCDG
My last translation in french...

Re: Translation: Announcements / coordination

Posted: 04 Apr 2012, 17:39
by Amiral JCDG
Hello !
I have a question : how could I translate the installation program of Warzone in french ? There are only three languages today for it :( ...
Thanks

Re: Translation: Announcements / coordination

Posted: 11 Apr 2012, 20:46
by cybersphinx
Amiral JCDG wrote:I have a question : how could I translate the installation program of Warzone in french ? There are only three languages today for it :( ...
so far this was done manually, by editing
https://github.com/Warzone2100/warzone2 ... ne2100.nsi. A better way though would be to enhance https://github.com/Warzone2100/warzone2 ... -custom.py to be able to get the strings to translate from the .nsi file and write translations back into them, then the strings would just appear in the .po files and could be translated without extra effort.

Re: Translation: Announcements / coordination

Posted: 11 Apr 2012, 21:02
by Emdek
cybersphinx, maybe it would be easier to append them from some static text file and add another script to generate NSI file from gettext files?

Re: Translation: Announcements / coordination

Posted: 18 Apr 2012, 16:11
by Amiral JCDG
So, I translated the po file from the first link cybersphinx gave.