Added Romanian, Persian and Traditional Chinese to list of select-able languages

This commit is contained in:
Donkie
2024-11-18 22:41:14 +01:00
parent b555f812ef
commit 502ea1ba8b

View File

@@ -43,6 +43,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "cn",
fullCode: "zh-CN",
},
["zh-Hant"]: {
name: "繁體中文",
countryCode: "cn",
fullCode: "zh-TW",
},
["pl"]: {
name: "Polski",
countryCode: "pl",
@@ -103,6 +108,16 @@ export const languages: { [key: string]: Language } = {
countryCode: "pt",
fullCode: "pt-PT",
},
["fa"]: {
name: "فارسی",
countryCode: "ir",
fullCode: "fa-IR",
},
["ro"]: {
name: "Român",
countryCode: "ro",
fullCode: "ro-RO",
},
};
i18n