i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:41:34 +02:00
parent f6f7dfb1f7
commit 747925a6aa
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: "Chế độ tối",
lightMode: "Chế độ sáng",
},
},
};

View file

@ -0,0 +1,8 @@
export default {
components: {
themeToggle: {
darkMode: "暗色模式",
lightMode: "亮色模式",
},
},
};