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

Merge pull request #219 from findaldudu/master

Add simplified Chinese translation
This commit is contained in:
tobspr
2020-06-21 19:39:04 +02:00
committed by GitHub
4 changed files with 495 additions and 387 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",
},
};