i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:41:21 +02:00
parent 72667b5b0c
commit 47e1bf91f3
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
export default {
components: {
themeToggle: {
darkMode: "Dark mode",
lightMode: "Light mode",
},
},
};

View file

@ -0,0 +1,8 @@
export default {
components: {
themeToggle: {
darkMode: "Modo oscuro",
lightMode: "Modo claro",
},
},
};