mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Update language names
This commit is contained in:
@@ -83,7 +83,7 @@ export const LANGUAGES = {
|
||||
|
||||
"zh-CN": {
|
||||
// simplified
|
||||
name: "简体中文",
|
||||
name: "中文简体",
|
||||
data: require("./built-temp/base-zh-CN.json"),
|
||||
code: "zh",
|
||||
region: "CN",
|
||||
@@ -91,7 +91,7 @@ export const LANGUAGES = {
|
||||
|
||||
"zh-TW": {
|
||||
// traditional
|
||||
name: "中国传统的",
|
||||
name: "中文繁體",
|
||||
data: require("./built-temp/base-zh-TW.json"),
|
||||
code: "zh",
|
||||
region: "TW",
|
||||
|
||||
Reference in New Issue
Block a user