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
db5089b62e
commit
9aabb20146
2 changed files with 16 additions and 0 deletions
8
src/i18n/locales/ru-RU.ts
Normal file
8
src/i18n/locales/ru-RU.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "Тёмный режим",
|
||||
lightMode: "Светлый режим",
|
||||
},
|
||||
},
|
||||
};
|
||||
8
src/i18n/locales/th-TH.ts
Normal file
8
src/i18n/locales/th-TH.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "โหมดมืด",
|
||||
lightMode: "โหมดสว่าง",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue