Enable swedish translation

pull/260/head
tobspr 4 years ago
parent 9a12ce79e9
commit 56f7e8b7f6

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

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

Loading…
Cancel
Save