diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-06 13:58:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-06 13:58:36 +0300 |
commit | 6921ed073b650df0f4281b20def9efec07b258bb (patch) | |
tree | c642b8158f6e23e93e848fd05bc73e98bb3ff607 /lang/updatelang.py | |
parent | 9cfd6be15a6a805c34620df010bf2621e3fa3f41 (diff) | |
download | evol-tools-6921ed073b650df0f4281b20def9efec07b258bb.tar.gz evol-tools-6921ed073b650df0f4281b20def9efec07b258bb.tar.bz2 evol-tools-6921ed073b650df0f4281b20def9efec07b258bb.tar.xz evol-tools-6921ed073b650df0f4281b20def9efec07b258bb.zip |
lang: load translations from in dir and save new po files into out dir.
Diffstat (limited to 'lang/updatelang.py')
-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 37579d8..040fc04 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -278,7 +278,7 @@ loadItemDb(rootPath + "db/re") collectStrings(rootPath + "/npc") loadFiles(rootPath + "/langs") addMissingLines() -loadPoFiles("new"); +loadPoFiles("in"); #dumpTranslations(); sorting() saveFiles(rootPath + "/langs") |