Files
aranroig.com/frontend/i18n/locales/en.json
BinarySandia04 c105669065
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s
Big update
2026-03-20 23:10:38 +01:00

33 lines
682 B
JSON

{
"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."
}