All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s
33 lines
682 B
JSON
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."
|
|
} |