From 989f3226bb12a2d37d0446da157bf7b33155f0da Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:41:21 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/fa-IR.ts | 8 ++++++++ src/i18n/locales/fi-FI.ts | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/i18n/locales/fa-IR.ts create mode 100644 src/i18n/locales/fi-FI.ts diff --git a/src/i18n/locales/fa-IR.ts b/src/i18n/locales/fa-IR.ts new file mode 100644 index 0000000..245a0a2 --- /dev/null +++ b/src/i18n/locales/fa-IR.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "حالت تاریک", + lightMode: "حالت روشن", + }, + }, +}; diff --git a/src/i18n/locales/fi-FI.ts b/src/i18n/locales/fi-FI.ts new file mode 100644 index 0000000..d60ab83 --- /dev/null +++ b/src/i18n/locales/fi-FI.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "Tumma tila", + lightMode: "Vaalea tila", + }, + }, +};