From 7c5160aad9385739f8c0083999e4826d622e6496 Mon Sep 17 00:00:00 2001 From: Dmitriy Shweew Date: Tue, 19 Feb 2019 11:48:51 +0400 Subject: [PATCH] Update translation ru_RU --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index aaabad72..55c961fa 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1644,7 +1644,7 @@ const UI = { }; // Set up translations -const LINGUAS = ["cs", "de", "el", "es", "ko", "nl", "pl", "sv", "tr", "zh_CN", "zh_TW"]; +const LINGUAS = ["ru_RU", "cs", "de", "el", "es", "ko", "nl", "pl", "sv", "tr", "zh_CN", "zh_TW"]; l10n.setup(LINGUAS); if (l10n.language !== "en" && l10n.dictionary === undefined) { WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', (translations) => {