diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-09 19:06:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-09 19:06:37 -0300 |
commit | 3766a7c17080f5d88af5113f2992a256e9ddc4bc (patch) | |
tree | 11fb65363559a0e45cb04debb846d36fb15db95c | |
parent | c033133a6ebff8a415bb54c6a081dc5467ca58d6 (diff) | |
download | evol-tools-3766a7c17080f5d88af5113f2992a256e9ddc4bc.tar.gz evol-tools-3766a7c17080f5d88af5113f2992a256e9ddc4bc.tar.bz2 evol-tools-3766a7c17080f5d88af5113f2992a256e9ddc4bc.tar.xz evol-tools-3766a7c17080f5d88af5113f2992a256e9ddc4bc.zip |
Do not translate messages.conf
They are system messages, usually shown to GMs etc., and staff must know english.
No point burdening our (almost non-existant) translation team with about 1140 strings
which are not going to be seen by players most of time.
-rwxr-xr-x | lang/updatelang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py index 8916af2..e7c3db9 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -389,7 +389,7 @@ loadItemDb(rootPath + "db/re") loadMobNames(rootPath + "db/re") collectScriptStrings(rootPath + "/npc", "npc") collectScriptFileStrings("db/re/item_db.conf", rootPath + "/db/re/item_db.conf") -collectMessages(rootPath + "/conf/messages.conf") +#collectMessages(rootPath + "/conf/messages.conf") loadFiles(rootPath + "/langs") addMissingLines() loadPoFiles("in"); |