Enable russian translation

This commit is contained in:
tobspr 2020-06-11 19:30:57 +02:00
parent 652c46ce73
commit 3134f38687
1 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,10 @@ export const LANGUAGES = {
code: "pl",
region: "",
},
"ru": {
name: "Русский",
data: require("./built-temp/base-ru.json"),
code: "ru",
region: "",
},
};