Add Czech language support (#2487)
* Add Czech localization file for i18n * Add Czech locale support to i18n configuration * Add Czech language support to nuxt.config.ts * Update Czech translation for 'hooks' key
This commit is contained in:
@@ -18,6 +18,7 @@ import nl from './locales/nl.json';
|
||||
import nb from './locales/nb.json';
|
||||
import bg from './locales/bg.json';
|
||||
import gl from './locales/gl.json';
|
||||
import cs from './locales/cs.json';
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
@@ -43,5 +44,6 @@ export default defineI18nConfig(() => ({
|
||||
nb,
|
||||
bg,
|
||||
gl,
|
||||
cs,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user