From a0ece02dbde5be2fb162c946700609c5395de4e8 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/fr-FR.ts | 7 +++++++ src/i18n/locales/he-IL.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 src/i18n/locales/fr-FR.ts create mode 100644 src/i18n/locales/he-IL.ts diff --git a/src/i18n/locales/fr-FR.ts b/src/i18n/locales/fr-FR.ts new file mode 100644 index 0000000..a9f1b72 --- /dev/null +++ b/src/i18n/locales/fr-FR.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Mode lecture", + }, + }, +}; diff --git a/src/i18n/locales/he-IL.ts b/src/i18n/locales/he-IL.ts new file mode 100644 index 0000000..f67270a --- /dev/null +++ b/src/i18n/locales/he-IL.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "מצב קריאה", + }, + }, +};