1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

add simplified Chinese translation (75%)

This commit is contained in:
findaldudu
2020-06-17 21:13:50 -05:00
parent d6c1cb15f6
commit 1adf7d09f9
4 changed files with 495 additions and 353 deletions

View File

@@ -80,4 +80,10 @@ export const LANGUAGES = {
code: "no",
region: "",
},
"zh-CN": {
name: "简体中文",
data: require("./built-temp/base-zh-CN.json"),
code: "zh",
region: "CN",
},
};