Update: language options to "Language".
- Update Name option in language files to display 'Language' consistently - Fix locale issues in 'tw' and 'cn' files that were mistakenly changed
This commit is contained in:
parent
df75b9973a
commit
7f16698f01
@ -54,7 +54,7 @@ const en: LocaleType = {
|
||||
Close: "Close",
|
||||
},
|
||||
Lang: {
|
||||
Name: "语言",
|
||||
Name: "Language",
|
||||
Options: {
|
||||
cn: "简体中文",
|
||||
en: "English",
|
||||
|
@ -54,11 +54,11 @@ const es: LocaleType = {
|
||||
Close: "Cerrar",
|
||||
},
|
||||
Lang: {
|
||||
Name: "Idioma",
|
||||
Name: "Language",
|
||||
Options: {
|
||||
cn: "中文简体",
|
||||
cn: "简体中文",
|
||||
en: "Inglés",
|
||||
tw: "中文繁體",
|
||||
tw: "繁體中文",
|
||||
es: "Español",
|
||||
},
|
||||
},
|
||||
|
@ -53,7 +53,7 @@ const tw: LocaleType = {
|
||||
Close: "關閉",
|
||||
},
|
||||
Lang: {
|
||||
Name: "語言",
|
||||
Name: "Language",
|
||||
Options: {
|
||||
cn: "简体中文",
|
||||
en: "English",
|
||||
|
Loading…
x
Reference in New Issue
Block a user