summaryrefslogtreecommitdiff
path: root/db/translations.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/translations.conf')
-rw-r--r--db/translations.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/db/translations.conf b/db/translations.conf
index e786a72ac..aee83228e 100644
--- a/db/translations.conf
+++ b/db/translations.conf
@@ -9,7 +9,7 @@
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
-//= Copyright (C) 2015 Hercules Dev Team
+//= Copyright (C) 2015-2020 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
@@ -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
+ // - ...
)