Big update
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s

This commit is contained in:
2026-03-20 23:10:38 +01:00
parent 63cb32779f
commit c105669065
25 changed files with 268 additions and 135 deletions

View File

@@ -1,3 +1,30 @@
{
"locales": {
"en": "🇺🇸 Anglès",
"es": "🇪🇸 Espanyol",
"ca": "🇦🇩 Català"
},
"themes": {
"light": "Clar",
"dark": "Fosc",
"accents": {
"katlum": "Katlum"
}
},
"site_options": {
"language_selector": {
"dropdown": "Idioma"
},
"theme_selector": {
"dropdown": "Aparença",
"dragon": "Drac"
}
},
"header": {
"links": {
"blog": "blog",
"contact": "contacte"
}
},
"footer": "(C) 2026 Aran Roig. Tots els drets no sé que."
}

View File

@@ -1,3 +1,33 @@
{
"locales": {
"en": "🇺🇸 English",
"es": "🇪🇸 Spanish",
"ca": "🇦🇩 Catalan"
},
"themes": {
"light": "Light",
"dark": "Dark",
"accents": {
"katlum": "Katlum"
}
},
"site_options": {
"language_selector": {
"dropdown": "Language"
},
"theme_selector": {
"dropdown": "Theme",
"dragon": "Dragon"
}
},
"header": {
"links": {
"blog": "blog",
"contact": "contact"
}
},
"pages": {
"root": ""
},
"footer": "(C) 2026 Aran Roig. All rights whatever."
}

View File

@@ -1,3 +1,30 @@
{
"locales": {
"en": "🇺🇸 Ingles",
"es": "🇪🇸 Español",
"ca": "🇦🇩 Catalán"
},
"themes": {
"light": "Claro",
"dark": "Oscuro",
"accents": {
"katlum": "Katlum"
}
},
"site_options": {
"language_selector": {
"dropdown": "Idioma"
},
"theme_selector": {
"dropdown": "Tema",
"dragon": "Dragón"
}
},
"header": {
"links": {
"blog": "blog",
"contact": "contacto"
}
},
"footer": "(C) 2026 Aran Roig. Todos los derechos no se que."
}