khanat-opennel-code/code/nel/tools/build_gamedata/translation
2014-05-23 22:39:50 +02:00
..
a1_make_phrase_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
a2_merge_phrase_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
a3_make_clause_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
a4_merge_clause_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
b1_make_words_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
b2_merge_words_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
c1_make_string_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
c2_merge_string_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
d1_make_botnames_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
d2_merge_botnames_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
e1_clean_string_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
e2_clean_words_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
e3_clean_clause_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
e4_clean_phrase_diff.py Set exec mode 2014-05-23 22:39:50 +02:00
make_merge_all.py Set exec mode 2014-05-23 22:39:50 +02:00
make_merge_wk.py Set exec mode 2014-05-23 22:39:50 +02:00
README.md Add script to automatically merge translation wk files 2014-02-08 17:36:17 +01:00

Translation Procedure

Run the respective make diff tool, this will create a diff of work/wk file with translation/wk file.

The wk language is used while developing.

Open the diff file for this wk, and remove the NOT TRANSLATED tag at the bottom.

Run the respective merge diff tool.

After you are done developing, and things need to be translated, proceed as follows.

Now run the make diff tool again, this will create the diff between the translation/wk file and the translation languages.

Translate the diff files and remove the NOT TRANSLATED tag.

Run the merge diff tool to merge the translations in.


Or the easy way:

Run make_merge_wk.py to merge in changes from work/wk to translation/wk automatically.

Run make_merge_all.py afterwards to make diffs and merge in any translated diffs automatically.