From 3766a7c17080f5d88af5113f2992a256e9ddc4bc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Nov 2020 19:06:37 -0300 Subject: 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. --- lang/updatelang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3-60-g2f50