Merge pull request #187 from PeterDaveHello/Fix-i18n

Fix i18n
This commit is contained in:
1ilit 2024-07-29 21:07:15 +04:00 committed by GitHub
commit 06f7284ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ i18n
da,
de,
vi,
pt,
"pt-BR": pt,
fa,
hi,
mr,
@ -70,7 +70,7 @@ i18n
pa,
hy,
ar,
zh_tw,
"zh-TW": zh_tw,
he,
},
});

View File

@ -1,7 +1,7 @@
const traditionalChinese = {
name: "Traditional Chinese",
native_name: "繁體中文",
code: "zh-tw",
code: "zh-TW",
};
const zh_tw = {