Add Russian translation (#1211)

By Dmitriy Shweew (shweew)
This commit is contained in:
Dmitriy Shweew
2019-02-27 04:24:22 +04:00
committed by Lauri Kasanen
parent 075eed5cbb
commit c755008d15
4 changed files with 381 additions and 2 deletions

View File

@@ -2015,7 +2015,7 @@ const UI = {
};
// Set up translations
const LINGUAS = ["cs", "de", "el", "es", "ko", "nl", "pl", "sv", "tr", "zh_CN", "zh_TW"];
const LINGUAS = ["cs", "de", "el", "es", "ko", "nl", "pl", "ru", "sv", "tr", "zh_CN", "zh_TW"];
l10n.setup(LINGUAS);
if (l10n.language !== "en" && l10n.dictionary === undefined) {
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', (translations) => {