From af13feb9184000bf8ec8a9ff25d2036158a28fc7 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:58:41 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/nb-NO.ts | 2 +- src/i18n/locales/nl-NL.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/nb-NO.ts b/src/i18n/locales/nb-NO.ts index e418ccd..c4fac84 100644 --- a/src/i18n/locales/nb-NO.ts +++ b/src/i18n/locales/nb-NO.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Nylige notater", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Se ${remaining} til →`, }, }, }; diff --git a/src/i18n/locales/nl-NL.ts b/src/i18n/locales/nl-NL.ts index dd8e7b7..9cde00e 100644 --- a/src/i18n/locales/nl-NL.ts +++ b/src/i18n/locales/nl-NL.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Recente notities", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Zie ${remaining} meer →`, }, }, };