diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-02 22:54:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-03 00:46:28 +0300 |
commit | 519c2796e52ea933f6de5a490aee1f1ab826ea5e (patch) | |
tree | 01205558a568663d1c1ff67fda39ee84ce4051ec /data/translations/manaplus/README | |
parent | 2d2bbb2fe5a0dc55cbf5b9616a78500704b6ea65 (diff) | |
download | plus-519c2796e52ea933f6de5a490aee1f1ab826ea5e.tar.gz plus-519c2796e52ea933f6de5a490aee1f1ab826ea5e.tar.bz2 plus-519c2796e52ea933f6de5a490aee1f1ab826ea5e.tar.xz plus-519c2796e52ea933f6de5a490aee1f1ab826ea5e.zip |
Add support for custom NLS (without gettext).
Add configure flag --enable-customnls
Add empty directory in data/translations/manaplus for suctom translations
(po files from /po directory)
Diffstat (limited to 'data/translations/manaplus/README')
-rw-r--r-- | data/translations/manaplus/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/translations/manaplus/README b/data/translations/manaplus/README new file mode 100644 index 000000000..202548517 --- /dev/null +++ b/data/translations/manaplus/README @@ -0,0 +1,3 @@ +Put here manaplus po files if you want use custom NLS. + +See configure flag --enable-customnls
\ No newline at end of file |