From b8c379e9e8bb41731c566bb40413464ee7cd6db5 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/fi-FI.ts | 2 +- src/i18n/locales/fr-FR.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi-FI.ts b/src/i18n/locales/fi-FI.ts index d6f3c75..3b4c30d 100644 --- a/src/i18n/locales/fi-FI.ts +++ b/src/i18n/locales/fi-FI.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Viimeisimmät muistiinpanot", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Näytä ${remaining} lisää →`, }, }, }; diff --git a/src/i18n/locales/fr-FR.ts b/src/i18n/locales/fr-FR.ts index ee0e3d1..b98167c 100644 --- a/src/i18n/locales/fr-FR.ts +++ b/src/i18n/locales/fr-FR.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Notes Récentes", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Voir ${remaining} de plus →`, }, }, };