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:
Filip Richter
2026-03-03 11:30:06 +01:00
committed by GitHub
parent 059a0ccffc
commit e5b2c3d10b
3 changed files with 294 additions and 0 deletions
+5
View File
@@ -90,6 +90,11 @@ export default defineNuxtConfig({
language: 'pl-PL',
name: 'Polski',
},
{
code: 'cs',
language: 'cs-CZ',
name: 'Čeština',
},
{
code: 'pt-BR',
language: 'pt-BR',