summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-10-18 13:29:03 +0200
committerGitHub <noreply@github.com>2019-10-18 13:29:03 +0200
commitef60d6c53db89a6a932618895acf4ee194b3f2e3 (patch)
tree5683ad48dd74af701b463a5aeaad7b7f58f95705 /db
parent1e6580e56850adb241261c33bffca60f934294fb (diff)
parentae22cb6f20091e290cf6c30c049400535d6f1aca (diff)
downloadhercules-ef60d6c53db89a6a932618895acf4ee194b3f2e3.tar.gz
hercules-ef60d6c53db89a6a932618895acf4ee194b3f2e3.tar.bz2
hercules-ef60d6c53db89a6a932618895acf4ee194b3f2e3.tar.xz
hercules-ef60d6c53db89a6a932618895acf4ee194b3f2e3.zip
Merge pull request #2492 from dastgirp/huld/split
Split HULD translations to per NPC file instead of one large 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
+ // - ...
)