mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Enable swedish translation
This commit is contained in:
parent
9a12ce79e9
commit
56f7e8b7f6
@ -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)",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -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: "",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user