From 82bd7ae2fede9b6f85e96e6d89d48ef15e2122cb Mon Sep 17 00:00:00 2001 From: Filip Richter Date: Mon, 23 Feb 2026 08:45:29 +0100 Subject: [PATCH] Add Czech language support to nuxt.config.ts --- src/nuxt.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/nuxt.config.ts b/src/nuxt.config.ts index f1980d72..64add686 100644 --- a/src/nuxt.config.ts +++ b/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',