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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user