From f7bedd7d9ff811efc86b1fda6fcca4ac2f6f04fd Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:44:22 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/tr-TR.ts | 7 +++++++ src/i18n/locales/uk-UA.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 src/i18n/locales/tr-TR.ts create mode 100644 src/i18n/locales/uk-UA.ts diff --git a/src/i18n/locales/tr-TR.ts b/src/i18n/locales/tr-TR.ts new file mode 100644 index 0000000..aa96606 --- /dev/null +++ b/src/i18n/locales/tr-TR.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Okuma modu", + }, + }, +}; diff --git a/src/i18n/locales/uk-UA.ts b/src/i18n/locales/uk-UA.ts new file mode 100644 index 0000000..e4f8c78 --- /dev/null +++ b/src/i18n/locales/uk-UA.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Режим читання", + }, + }, +};