Skip to content

Commit

Permalink
Added Romanian, Persian and Traditional Chinese to list of select-abl…
Browse files Browse the repository at this point in the history
…e languages
  • Loading branch information
Donkie committed Nov 18, 2024
1 parent b555f81 commit 502ea1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions client/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 502ea1b

Please sign in to comment.