Browse Source

Add Czech language support to nuxt.config.ts

pull/2487/head
Filip Richter 5 months ago
committed by GitHub
parent
commit
82bd7ae2fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/nuxt.config.ts

5
src/nuxt.config.ts

@ -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',

Loading…
Cancel
Save