From 34bb9cdee65db05445d64662841b6a0471d8b909 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:58:35 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/he-IL.ts | 2 +- src/i18n/locales/hu-HU.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/he-IL.ts b/src/i18n/locales/he-IL.ts index 6804148..f5a298c 100644 --- a/src/i18n/locales/he-IL.ts +++ b/src/i18n/locales/he-IL.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "הערות אחרונות", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `עיין ב ${remaining} נוספים →`, }, }, }; diff --git a/src/i18n/locales/hu-HU.ts b/src/i18n/locales/hu-HU.ts index e71223f..ab9adb8 100644 --- a/src/i18n/locales/hu-HU.ts +++ b/src/i18n/locales/hu-HU.ts @@ -2,7 +2,8 @@ export default { components: { recentNotes: { title: "Legutóbbi jegyzetek", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => + `${remaining} további megtekintése →`, }, }, };