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
47e1bf91f3
commit
989f3226bb
2 changed files with 16 additions and 0 deletions
8
src/i18n/locales/fa-IR.ts
Normal file
8
src/i18n/locales/fa-IR.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "حالت تاریک",
|
||||
lightMode: "حالت روشن",
|
||||
},
|
||||
},
|
||||
};
|
||||
8
src/i18n/locales/fi-FI.ts
Normal file
8
src/i18n/locales/fi-FI.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
themeToggle: {
|
||||
darkMode: "Tumma tila",
|
||||
lightMode: "Vaalea tila",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue