diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-05 11:08:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-05 11:08:20 -0300 |
commit | 7d32758a34c514def852ca94e611df1c1eb59e35 (patch) | |
tree | c3cbf169d9cf0d8f6547e4ee8c0b00d6b56f57cb /db | |
parent | 156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3 (diff) | |
download | serverdata-7d32758a34c514def852ca94e611df1c1eb59e35.tar.gz serverdata-7d32758a34c514def852ca94e611df1c1eb59e35.tar.bz2 serverdata-7d32758a34c514def852ca94e611df1c1eb59e35.tar.xz serverdata-7d32758a34c514def852ca94e611df1c1eb59e35.zip |
Add Russian translation, but it cannot be selected before it reaches 70% completion
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index c8f4660fd..5b246aaa8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2375,7 +2375,8 @@ constants_db: { LANG_FR: 2 LANG_DE: 3 LANG_ES: 4 - MAX_LANG: 4 + LANG_RU: 5 + MAX_LANG: 5 comment__: "Configuration constants" MAX_CYCLE_PC: 40 |