mirror of
https://github.com/quartz-community/darkmode.git
synced 2026-07-22 02:50:22 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
f6f7dfb1f7
commit
747925a6aa
2 changed files with 16 additions and 0 deletions
8
src/i18n/locales/vi-VN.ts
Normal file
8
src/i18n/locales/vi-VN.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "Chế độ tối",
|
||||
lightMode: "Chế độ sáng",
|
||||
},
|
||||
},
|
||||
};
|
||||
8
src/i18n/locales/zh-CN.ts
Normal file
8
src/i18n/locales/zh-CN.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "暗色模式",
|
||||
lightMode: "亮色模式",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue