1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Enable russian translation

This commit is contained in:
tobspr 2020-06-11 19:30:57 +02:00
parent 652c46ce73
commit 3134f38687

View File

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