From 38423fb32b9daaaf6cafc6c2878b5bb1167d1a61 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 4 Nov 2015 15:27:47 +0100 Subject: [PATCH] Added: Tutorial for translations --- code/ryzom/tools/translation/readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 code/ryzom/tools/translation/readme.txt diff --git a/code/ryzom/tools/translation/readme.txt b/code/ryzom/tools/translation/readme.txt new file mode 100644 index 000000000..0fbf15d77 --- /dev/null +++ b/code/ryzom/tools/translation/readme.txt @@ -0,0 +1,24 @@ +Please don't update files in "translated" directly! + +First, be sure you put "translation_tools" in "bin" directory. + +How to update translations in UXT files : + +1. Update original texts in "work/wk.uxt" +2. Launch A_make_string_diff script +3. Open files in "diff" directory +4. Replace original text with translation between [ and ] +5. The 2 last lines : // REMOVE THE FOLOWING LINE WHEN TRANSLATION IS DONE and // DIFF NOT TRANSLATED +6. Save files +7. Launch AA_clean_string_diff to delete translations help (old values) +8. Launch B_merge_string_diff to merge your translations in "translated" + +How to update translations in words files : + +1. Update original texts in "work" directory +2. Launch 5_make_words_diff script +3. Open files in "diff" directory +4. Replace original text with translation (separators are ) +5. The 2 last lines : REMOVE THE FOLOWING TWO LINE WHEN TRANSLATION IS DONE and DIFF NOT TRANSLATED +6. Save files +7. Launch 6_merge_words_diff to merge your translations in "translated"