fix: Do not convert langs to lowercase

This commit is contained in:
Essem 2024-02-03 13:26:29 -06:00
parent 112272c254
commit 4f45e72799
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
6 changed files with 6 additions and 29 deletions

View file

@ -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: '中文(繁體)',
},
};