Update translation ru_RU

This commit is contained in:
Dmitriy Shweew 2019-02-19 11:48:51 +04:00
parent dc02047e86
commit 7c5160aad9
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {