UFO:Alien Invasion
Development => Translating => Topic started by: HaJo on November 19, 2006, 10:09:07 pm
-
In RC6, I noticed several missing german translations.
I would like to correct them, but the de.po - file that gets installed
in src/po/ looks quite different from the file in the svn-repository
(131 kb vs. 446 kb).
How should I proceed ?
-
you are welcome to contribute to the 2.1 version - 2.0 isn't using a storyline - 2.1 will have a storyline - head over to the wiki translation article to get more info or join the irc channel
-
strange all stuff of msgid wiki has been added into de.po file.
but yes i also had that poblem with rc6 and i used the last ersion of the de.po ile (de.mo enamed to uoai.mo) and still some stuff is messed up.
-
well, i could make a hungarian translation, but its hard to find out where are the translatable texts (i usually use notepad to translate games, but it seems, this time it cant open the file correctly)
-
here to http://ufo.myexp.de/wiki/index.php/List_of_msgid
the copy to po ile will be done by script if theres a hu.po file
-
1st i dont know what is the po file
2nd i dont know how to change language in game
3rd can i use special characters? ö ü ó ő ú é á ű ÃÂ
-
Should the game itself (e.g. in menus) address the player formally or personally (Siezen oder Duzen)? It's mixed up in the description of campaign difficulty. I always feel somewhat irritated if the game is being "formal".
-
its "siezen " because its military leaded and there is never a "du" in official talk or briefings.
-
Of course I don't meant ingame talk but the main menu. I can't see any official talk or military briefing in the description of campaign difficulty when starting a new game. Look at http://ufo.myexp.de/wiki/index.php/Kampagne/Standard_Kampagne
-
1st i dont know what is the po file
.po files are cross-platform gettext catalogs.
A well-known editor for such files is poEdit, see http://www.poedit.org
2nd i dont know how to change language in game
In config.cfg, add a statement like set s_language "de"
for changing the language to DE = german.
3rd can i use special characters? ö ü ó ő ú é á ű ÃÂ
poEdit has Unicode support and UTF-8 support. poEdit understands all encodings
supported by operating system and works in Unicode internally.