Enable swedish translation

This commit is contained in:
tobspr 2020-06-22 15:37:03 +02:00
parent 9a12ce79e9
commit 56f7e8b7f6
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export const CHANGELOG = [
"Fix keybinding for pipette showing while pasting blueprints", "Fix keybinding for pipette showing while pasting blueprints",
"Improve visibility of shape background in dark mode", "Improve visibility of shape background in dark mode",
"Added sound when destroying a building", "Added sound when destroying a building",
"Added swedish translation",
"Update tutorial image for tier 2 tunnels to explain mix/match (by jimmyshadow1)", "Update tutorial image for tier 2 tunnels to explain mix/match (by jimmyshadow1)",
], ],
}, },

View File

@ -86,4 +86,10 @@ export const LANGUAGES = {
code: "zh", code: "zh",
region: "CN", region: "CN",
}, },
"sv": {
name: "Svenska",
data: require("./built-temp/base-sv.json"),
code: "sv",
region: "",
},
}; };