diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-06 11:50:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-06 11:50:39 +0300 |
commit | d2155e72f74139148473a7534e2b8ddfb7163944 (patch) | |
tree | b80a8dff42a2cbaf287f66a65ecc1b5de9b8eed7 | |
parent | 42173844c62e5bd56f84663f63e2a8b800e43e7a (diff) | |
download | serverdata-d2155e72f74139148473a7534e2b8ddfb7163944.tar.gz serverdata-d2155e72f74139148473a7534e2b8ddfb7163944.tar.bz2 serverdata-d2155e72f74139148473a7534e2b8ddfb7163944.tar.xz serverdata-d2155e72f74139148473a7534e2b8ddfb7163944.zip |
add empty translations.conf from hercules.
-rw-r--r-- | db/translations.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/translations.conf b/db/translations.conf new file mode 100644 index 00000000..3b16a8c2 --- /dev/null +++ b/db/translations.conf @@ -0,0 +1,20 @@ +//==================================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//= +//= http://hercules.ws/board/ +//================= More Information ================= +//= http://hercules.ws/board/topic/8687-hercules-ultimate-localization-design/ +//==================================================== +// Translations generated with —-generate-translations +// should be pointed to here +//==================================================== + +translations: ( + //"path/to/my/Language.po", + //"db/Spanish.po", //(Example) +)
\ No newline at end of file |