From d64e8977cdf125985ac67da19b01b18f3abfa205 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:47:03 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/it-IT.ts | 7 +++++++ src/i18n/locales/ja-JP.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 src/i18n/locales/it-IT.ts create mode 100644 src/i18n/locales/ja-JP.ts diff --git a/src/i18n/locales/it-IT.ts b/src/i18n/locales/it-IT.ts new file mode 100644 index 0000000..dc637b5 --- /dev/null +++ b/src/i18n/locales/it-IT.ts @@ -0,0 +1,7 @@ +export default { + components: { + footer: { + createdWith: "Creato con", + }, + }, +}; diff --git a/src/i18n/locales/ja-JP.ts b/src/i18n/locales/ja-JP.ts new file mode 100644 index 0000000..23fddc4 --- /dev/null +++ b/src/i18n/locales/ja-JP.ts @@ -0,0 +1,7 @@ +export default { + components: { + footer: { + createdWith: "作成", + }, + }, +};