diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-10 13:20:43 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-10 13:20:43 +0000 |
commit | 118a63d2ac9092f17e0061678e71ad4229cc7e3b (patch) | |
tree | 11fb65363559a0e45cb04debb846d36fb15db95c /lang | |
parent | c033133a6ebff8a415bb54c6a081dc5467ca58d6 (diff) | |
parent | 3766a7c17080f5d88af5113f2992a256e9ddc4bc (diff) | |
download | evol-tools-118a63d2ac9092f17e0061678e71ad4229cc7e3b.tar.gz evol-tools-118a63d2ac9092f17e0061678e71ad4229cc7e3b.tar.bz2 evol-tools-118a63d2ac9092f17e0061678e71ad4229cc7e3b.tar.xz evol-tools-118a63d2ac9092f17e0061678e71ad4229cc7e3b.zip |
Merge branch 'jesusalva/nolang' into 'master'
Do not translate messages.conf
See merge request evol/evol-tools!27
Diffstat (limited to 'lang')
-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"); |