From 7c021b7f13f122d5af477413a3075a1ca24e0263 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:44:16 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/nl-NL.ts | 7 +++++++ src/i18n/locales/pl-PL.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 src/i18n/locales/nl-NL.ts create mode 100644 src/i18n/locales/pl-PL.ts diff --git a/src/i18n/locales/nl-NL.ts b/src/i18n/locales/nl-NL.ts new file mode 100644 index 0000000..c418128 --- /dev/null +++ b/src/i18n/locales/nl-NL.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Leesmodus", + }, + }, +}; diff --git a/src/i18n/locales/pl-PL.ts b/src/i18n/locales/pl-PL.ts new file mode 100644 index 0000000..07da814 --- /dev/null +++ b/src/i18n/locales/pl-PL.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Tryb czytania", + }, + }, +};