summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-05 11:08:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-05 11:08:20 -0300
commit7d32758a34c514def852ca94e611df1c1eb59e35 (patch)
treec3cbf169d9cf0d8f6547e4ee8c0b00d6b56f57cb /npc
parent156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3 (diff)
downloadserverdata-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 'npc')
-rw-r--r--npc/functions/asklanguage.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/asklanguage.txt b/npc/functions/asklanguage.txt
index 32e0f7bc3..03e057e2c 100644
--- a/npc/functions/asklanguage.txt
+++ b/npc/functions/asklanguage.txt
@@ -15,6 +15,8 @@ function script languagecode {
return "de";
case LANG_ES:
return "es";
+ case LANG_RU:
+ return "ru";
default:
return "en";
}