From b98e4be66548e452419a1e4138d9d6d1981f891e Mon Sep 17 00:00:00 2001
From: Mara-Li <lili.simonetti@outlook.fr>
Date: Fri, 15 Mar 2024 22:28:31 +0000
Subject: [PATCH] feat(i18n): Add French translation for reading time (#998)
---
quartz/i18n/locales/fr-FR.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz/i18n/locales/fr-FR.ts b/quartz/i18n/locales/fr-FR.ts
index 88ad5a2..e1dfa48 100644
--- a/quartz/i18n/locales/fr-FR.ts
+++ b/quartz/i18n/locales/fr-FR.ts
@@ -54,7 +54,7 @@
title: "Table des Matières",
},
contentMeta: {
- readingTime: ({ minutes }) => `${minutes} min read`,
+ readingTime: ({ minutes }) => `${minutes} min de lecture`,
},
},
pages: {
--
Gitblit v1.10.0