This commit is contained in:
Peter Dave Hello 2024-07-30 00:59:55 +08:00
parent 68af0723cf
commit 5c6da21b6a
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 = {