Difference between revisions of "Languages"

From FreeOrionWiki
Jump to: navigation, search
(revert)
Line 1: Line 1:
Unfortunately, this project has been closed due to lack of activity. We thank all those that supported us. Perhaps we can meet again in a new project.
+
FreeOrion includes support for multiple languages. As we approach 1.0, translations will become an important part of the project.  During the earlier stages it is not so critical, as much of the game content will change.
  
Tyreth and Aquitaine
+
Anyone interested in adding support for another language can do so with these steps:
 +
# In default/ copy the existing eng_stringtable.txt and rename it to represent the language you are translating into, eg. fre_stringtable.txt
 +
# Edit this file, and create the translated entries
 +
# Edit default/config.xml and modify the variable stringtable-filename to use the file you created
 +
 
 +
That's it!

Revision as of 08:43, 19 March 2005

FreeOrion includes support for multiple languages. As we approach 1.0, translations will become an important part of the project. During the earlier stages it is not so critical, as much of the game content will change.

Anyone interested in adding support for another language can do so with these steps:

  1. In default/ copy the existing eng_stringtable.txt and rename it to represent the language you are translating into, eg. fre_stringtable.txt
  2. Edit this file, and create the translated entries
  3. Edit default/config.xml and modify the variable stringtable-filename to use the file you created

That's it!