Added Romanian, Persian and Traditional Chinese to list of select-able languages
This commit is contained in:
@@ -43,6 +43,11 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "cn",
|
countryCode: "cn",
|
||||||
fullCode: "zh-CN",
|
fullCode: "zh-CN",
|
||||||
},
|
},
|
||||||
|
["zh-Hant"]: {
|
||||||
|
name: "繁體中文",
|
||||||
|
countryCode: "cn",
|
||||||
|
fullCode: "zh-TW",
|
||||||
|
},
|
||||||
["pl"]: {
|
["pl"]: {
|
||||||
name: "Polski",
|
name: "Polski",
|
||||||
countryCode: "pl",
|
countryCode: "pl",
|
||||||
@@ -103,6 +108,16 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "pt",
|
countryCode: "pt",
|
||||||
fullCode: "pt-PT",
|
fullCode: "pt-PT",
|
||||||
},
|
},
|
||||||
|
["fa"]: {
|
||||||
|
name: "فارسی",
|
||||||
|
countryCode: "ir",
|
||||||
|
fullCode: "fa-IR",
|
||||||
|
},
|
||||||
|
["ro"]: {
|
||||||
|
name: "Român",
|
||||||
|
countryCode: "ro",
|
||||||
|
fullCode: "ro-RO",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user