mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-14 13:21:12 -08:00
Update language names
This commit is contained in:
parent
62303ce8e3
commit
a125ceede9
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue