import { CS } from './cs'; import { DE } from './de'; import { EN } from './en'; import { KO } from './ko'; export const I18N = { CS, DE, EN, KO, };