From ebada588e181733622fc69b306bed4d3c15625f3 Mon Sep 17 00:00:00 2001 From: Mick#6366 Date: Thu, 21 Sep 2023 16:27:51 +0200 Subject: [PATCH] Update i18n.ts add Czech translation --- client/src/i18n.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/i18n.ts b/client/src/i18n.ts index bc07d2b46..7f052d0eb 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -45,6 +45,11 @@ export const languages: { [key: string]: Language } = { countryCode: "ru", fullCode: "ru-RU", }, + ["cs"]: { + name: "Česky", + countryCode: "cs", + fullCode: "cs-CS", + }, } i18n