You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text file uses UTF-16 (UCS-2 Little Endian no BOM) encoding.
19
19
20
-
ReplaceLanguage reads \<original\> file line by line and tries to find corresponding line in \<translated\> file. If the line is found, program replaces (only) localized_text with the value from <translated>. Otherwise line stays untouched.
20
+
ReplaceLanguage reads \<original\> file line by line and tries to find corresponding line in \<translated\> file. If the line is found, program replaces localized_text with the value from <translated>. Otherwise line stays untouched.
21
21
22
22
This program can be used for example to replace guild quest texts (guild_quest_list_en.txt) in languagedata_en.txt after patch:
0 commit comments