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, da,
de, de,
vi, vi,
pt, "pt-BR": pt,
fa, fa,
hi, hi,
mr, mr,
@ -70,7 +70,7 @@ i18n
pa, pa,
hy, hy,
ar, ar,
zh_tw, "zh-TW": zh_tw,
he, he,
}, },
}); });

View File

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