Adding galician (#2473)

* Adding galego -> gl.json

* Update i18n.config.ts

* Update nuxt.config.ts
This commit is contained in:
HackingAll
2026-02-10 11:18:02 +01:00
committed by GitHub
parent c456c5e7dd
commit 7a219b73d4
3 changed files with 152 additions and 0 deletions
+5
View File
@@ -124,6 +124,11 @@ export default defineNuxtConfig({
language: 'bg-BG',
name: 'Български',
},
{
code: 'gl',
language: 'gl-ES',
name: 'Galego',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',