fix: Do not convert langs to lowercase
This commit is contained in:
parent
112272c254
commit
4f45e72799
6 changed files with 6 additions and 29 deletions
|
|
@ -376,10 +376,10 @@ export const iso639Langs3 = {
|
|||
export const langmapNoRegion = Object.assign({}, iso639Langs1, iso639Langs3);
|
||||
|
||||
export const iso639Regional = {
|
||||
'zh-hans': {
|
||||
'zh-Hans': {
|
||||
nativeName: '中文(简体)',
|
||||
},
|
||||
'zh-hant': {
|
||||
'zh-Hant': {
|
||||
nativeName: '中文(繁體)',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue