From 105459f315d3817c89a6b7d7300b95a354b72eaa 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/ru-RU.ts | 7 +++++++ src/i18n/locales/th-TH.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 src/i18n/locales/ru-RU.ts create mode 100644 src/i18n/locales/th-TH.ts diff --git a/src/i18n/locales/ru-RU.ts b/src/i18n/locales/ru-RU.ts new file mode 100644 index 0000000..461480d --- /dev/null +++ b/src/i18n/locales/ru-RU.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Режим чтения", + }, + }, +}; diff --git a/src/i18n/locales/th-TH.ts b/src/i18n/locales/th-TH.ts new file mode 100644 index 0000000..5857625 --- /dev/null +++ b/src/i18n/locales/th-TH.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "โหมดอ่าน", + }, + }, +};