Add Czech language support to resources

This commit is contained in:
milicevicivan 2026-02-05 19:49:23 +01:00 committed by GitHub
parent 4304ec7b54
commit 830fc09774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },
};