From 9ede577ebab105a9840d7568096641c3ce5296e2 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:44:10 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/fa-IR.ts | 7 +++++++ src/i18n/locales/fi-FI.ts | 7 +++++++ 2 files changed, 14 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..c0c544a --- /dev/null +++ b/src/i18n/locales/fa-IR.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "حالت خواندن", + }, + }, +}; diff --git a/src/i18n/locales/fi-FI.ts b/src/i18n/locales/fi-FI.ts new file mode 100644 index 0000000..f63dded --- /dev/null +++ b/src/i18n/locales/fi-FI.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Lukijatila", + }, + }, +};