diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 00:17:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 00:17:01 -0300 |
commit | 4a1e89dd36d51375f7a2ae9d30121476a9e5d67c (patch) | |
tree | accd702d71a1181e9684c06b23c30de0d0dedd8b | |
parent | fa9b65224bec3d6154c5c537e7bb8b097568e174 (diff) | |
download | tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.gz tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.bz2 tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.tar.xz tools-4a1e89dd36d51375f7a2ae9d30121476a9e5d67c.zip |
Language: Do not collect Messages (personal preference)
-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 2897367..41a6be0 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -382,7 +382,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"); |