Skip to content

Commit

Permalink
Enabled new languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Sep 26, 2023
1 parent f9e364b commit d7bed05
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 @@ -50,6 +50,21 @@ export const languages: { [key: string]: Language } = {
countryCode: "cs",
fullCode: "cs-CS",
},
["nb-NO"]: {
name: "Norsk bokmål",
countryCode: "no",
fullCode: "nb-NO",
},
["nl"]: {
name: "Nederlands",
countryCode: "nl",
fullCode: "nl-NL",
},
["fr"]: {
name: "Français",
countryCode: "fr",
fullCode: "fr-FR",
},
}

i18n
Expand Down

0 comments on commit d7bed05

Please sign in to comment.