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",
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user