diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 8dec2f8c..92372bb0 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -14,6 +14,7 @@ import sr from './locales/sr.json'; import he from './locales/he.json'; import bg from './locales/bg.json'; import pl from './locales/pl.json'; +import cs from './locales/cs.json'; export const resources = { en: { translation: en }, @@ -31,4 +32,5 @@ export const resources = { he: { translation: he }, bg: { translation: bg }, pl: { translation: pl }, + cs: { translation: cs }, };