diff --git a/client/src/i18n.ts b/client/src/i18n.ts index a813085cb..7a7110c75 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -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",