From abab9b55e956b5498aab4e58f6a85893a62b6ed4 Mon Sep 17 00:00:00 2001 From: HackingAll <87182741+HackingAllYT@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:54:04 +0100 Subject: [PATCH] Update 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 0da0c645..43c9b91a 100644 --- a/src/nuxt.config.ts +++ b/src/nuxt.config.ts @@ -124,6 +124,11 @@ export default defineNuxtConfig({ language: 'bg-BG', name: 'Български', }, + { + code: 'gl', + language: 'gl-ES', + name: 'Galego', + }, ], defaultLocale: 'en', vueI18n: './i18n.config.ts',