Skip to content

Commit

Permalink
Fixed Czech language
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Sep 26, 2023
1 parent d7bed05 commit 909e721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const languages: { [key: string]: Language } = {
},
["cs"]: {
name: "Česky",
countryCode: "cs",
fullCode: "cs-CS",
countryCode: "cz",
fullCode: "cs-CZ",
},
["nb-NO"]: {
name: "Norsk bokmål",
Expand Down

0 comments on commit 909e721

Please sign in to comment.