From 879380778801454d54387f86df21c19d612f9802 Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 19:50:31 +0100 Subject: [PATCH] Update locales.ts --- src/constants/locales.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/locales.ts b/src/constants/locales.ts index 29471b73..04b2c278 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -14,4 +14,5 @@ export const LOCALES = [ { code: 'he', key: 'hebrew' } { code: 'bg', key: 'bulgarian' } { code: 'pl', key: 'polish' } + { code: 'cs', key: 'czech' } ];