From ec3345aa27339e0b7fb1cb0d0def3f4dfb0d2aea 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/es-ES.ts | 2 +- src/i18n/locales/fa-IR.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/es-ES.ts b/src/i18n/locales/es-ES.ts index 125aef2..5c7218c 100644 --- a/src/i18n/locales/es-ES.ts +++ b/src/i18n/locales/es-ES.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Notas Recientes", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Vea ${remaining} más →`, }, }, }; diff --git a/src/i18n/locales/fa-IR.ts b/src/i18n/locales/fa-IR.ts index 9c5c7ac..38dcd2b 100644 --- a/src/i18n/locales/fa-IR.ts +++ b/src/i18n/locales/fa-IR.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "یادداشت‌های اخیر", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `${remaining} یادداشت دیگر →`, }, }, };