diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-14 16:39:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-14 16:39:48 -0300 |
commit | 65577e0c6be51a6ec6e1f3f1039a2f29068dd9e7 (patch) | |
tree | c56a01fcb4a8cd2d793802da06c53f2b2e835f48 /db | |
parent | a3ef203ba23566551922496b11708b56676130e8 (diff) | |
download | serverdata-jesusalva/i18n.tar.gz serverdata-jesusalva/i18n.tar.bz2 serverdata-jesusalva/i18n.tar.xz serverdata-jesusalva/i18n.zip |
Drop support for all languages below 70% translationjesusalva/i18n
Need to modify client-data/languages.xml as well
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5d040c0a..c306e31b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5132,6 +5132,13 @@ constants_db: { LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + comment__: "Language constants" + LANG_EN: 0 + LANG_FR: 1 + LANG_ES: 2 + LANG_DE: 3 + MAX_LANG: 3 + comment__: "Misc settings" CHEST_WAITTIME: 900 // 15 minutes |