Update translation ru_RU
This commit is contained in:
parent
dc02047e86
commit
7c5160aad9
|
|
@ -1644,7 +1644,7 @@ const UI = {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Set up translations
|
// 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);
|
l10n.setup(LINGUAS);
|
||||||
if (l10n.language !== "en" && l10n.dictionary === undefined) {
|
if (l10n.language !== "en" && l10n.dictionary === undefined) {
|
||||||
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', (translations) => {
|
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', (translations) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue