fix: 🌐 Change Simplified/Traditional Chinese names

This commit is contained in:
Essem 2023-10-15 12:55:51 -05:00
parent be163498c0
commit 6312935a54
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 4 additions and 4 deletions

View file

@ -360,10 +360,10 @@ export const langmapNoRegion = Object.assign({}, iso639Langs1, iso639Langs3);
export const iso639Regional = {
"zh-hans": {
nativeName: "中文简体",
nativeName: "中文简体",
},
"zh-hant": {
nativeName: "中文繁體",
nativeName: "中文繁體",
},
"zh-cn": {
nativeName: "中文(中国大陆)",

View file

@ -360,10 +360,10 @@ export const langmapNoRegion = Object.assign({}, iso639Langs1, iso639Langs3);
export const iso639Regional = {
"zh-hans": {
nativeName: "中文简体",
nativeName: "中文简体",
},
"zh-hant": {
nativeName: "中文繁體",
nativeName: "中文繁體",
},
"zh-cn": {
nativeName: "中文(中国大陆)",