diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts index a422acb79..c4fa4251c 100644 --- a/quartz/i18n/index.ts +++ b/quartz/i18n/index.ts @@ -15,6 +15,7 @@ export const TRANSLATIONS = { "ja-JP": ja, "de-DE": de, "nl-NL": nl, + "nl-BE": nl, "ro-RO": ro, "ro-MD": ro, "es-ES": es, diff --git a/quartz/i18n/locales/nl-NL.ts b/quartz/i18n/locales/nl-NL.ts index 3ff3e8cd9..e239be0e1 100644 --- a/quartz/i18n/locales/nl-NL.ts +++ b/quartz/i18n/locales/nl-NL.ts @@ -54,7 +54,8 @@ export default { title: "Inhoudsopgave", }, contentMeta: { - readingTime: ({ minutes }) => `${minutes} min read`, + readingTime: ({ minutes }) => + minutes === 1 ? "1 minuut leestijd" : `${minutes} minuten leestijd`, }, }, pages: {