summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-01-03 23:46:03 +0100
committerDastgir <dastgirp@gmail.com>2019-10-02 12:15:36 +0530
commit953efc5da879df5048e42265fa30c4aaae58288c (patch)
tree6f9a4e4876a19f3f9366e5eac5538b40e04af541 /db
parentddb11b5ea7997173128f00796b1b90a0b1985c9e (diff)
downloadhercules-953efc5da879df5048e42265fa30c4aaae58288c.tar.gz
hercules-953efc5da879df5048e42265fa30c4aaae58288c.tar.bz2
hercules-953efc5da879df5048e42265fa30c4aaae58288c.tar.xz
hercules-953efc5da879df5048e42265fa30c4aaae58288c.zip
Load translations from a directory rather than a file
Diffstat (limited to 'db')
-rw-r--r--db/translations.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/db/translations.conf b/db/translations.conf
index e786a72ac..72288ea63 100644
--- a/db/translations.conf
+++ b/db/translations.conf
@@ -31,6 +31,12 @@
//=========================================================================
translations: (
- //"path/to/my/Language.po",
- //"db/Spanish.po", //(Example)
+ //"db/translations/Foo",
+ // "db/Spanish", // (Example)
+ // The .po files in the language folder should have the same directory
+ // structure as the generating scripts:
+ // - db/Spanish/conf/messages_conf.po
+ // - db/Spanish/npc/MOTD_txt.po
+ // - db/Spanish/npc/airports/airship_txt.po
+ // - ...
)