]> jfr.im git - irc/evilnet/x3.git/blame - languages/README.txt
remove some debug chatter
[irc/evilnet/x3.git] / languages / README.txt
CommitLineData
c8ca69a0 1Using translations:
2 copy the languages folder into your x3 runtime directory, and restart x3.
3 alternate languages will be available in /msg authserv set lanugage
4 NOTE: Currently no other languages are caught up to recent development.
5 if you speak them, please see below for updating instructions.
6
7Translating:
8Thanks for your interest in helping to translate X3 to other languages.
9
10How to make a new language:
11
121: run the export script, to make an up-to-date "C" baseline db:
13 ./lang_export.sh > strings.db
142: make a dir for your language such as de/
15 mkdir fo
163: copy thi strings.db into your new dir
17 cp strings.db fo
184: copy the help files into your new dir
19 cp ../src/*.help fo
205: edit the .help and .db files, translating them to your laungage.
21 nano fo/strings.db (etc)
226: test the strings.db file
06742a38 23 ./validate.pl fo
c8ca69a0 247: fix any problems.
25
26
27How to keep your language up to date after changes:
28
291: run the export script, to make an up-to-date "C" baseline db:
30 ./lang_export.sh > strings.db
312: test the strings.db file
06742a38 32 ./validate.pl fo
c8ca69a0 333: fix any changes.
34
35You should also watch the cvs mailing list for changes in meaning of the strings
36since X3 is under active development.
37
38