You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/ryzom/tools/translation
Guillaume Dupuy 79636f393d Minor item group fixes :
* Slot properly saved for right/left hand (couldn't equip 1H sword + dagger before)
* Ingame macro edition for item group
* Use the correct index (db index and not item list index) to autoEquip an item
* non ascii characters (accentued characters and stuff like that) are now correctly displayed in interface / commands output

--HG--
branch : compatibility-develop
8 years ago
..
bin Added: Bin directory for translations 9 years ago
diff Added: Translations diff directory 9 years ago
history Added: Client-side translations 9 years ago
translated Changed: Updated all translations in UTF-8 8 years ago
work Minor item group fixes : 8 years ago
5_make_words_diff.bat Added: Client-side translations 9 years ago
6_merge_words_diff.bat Added: Client-side translations 9 years ago
7_install_translation.bat Added: Client-side translations 9 years ago
AA_clean_string_diff.bat Added: Client-side translations 9 years ago
A_make_string_diff.bat Added: Client-side translations 9 years ago
B_merge_string_diff.bat Added: Client-side translations 9 years ago
languages.txt Added: Client-side translations 9 years ago
readme.txt Added: Tutorial for translations 9 years ago

readme.txt

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 <tab>)
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"