From 4a28d0e5d1b8fa866d0594a89ad72a751633dc8c Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 13 Feb 2024 05:21:13 +0000
Subject: [PATCH] chore(deps-dev): bump tsx from 4.7.0 to 4.7.1 (#859)
---
quartz/i18n/locales/fr-FR.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/fr-FR.ts b/quartz/i18n/locales/fr-FR.ts
index fee1ad9..8b72292 100644
--- a/quartz/i18n/locales/fr-FR.ts
+++ b/quartz/i18n/locales/fr-FR.ts
@@ -53,6 +53,9 @@
tableOfContents: {
title: "Table des Matières",
},
+ contentMeta: {
+ readingTime: ({ minutes }) => `${minutes} min read`,
+ },
},
pages: {
rss: {
--
Gitblit v1.10.0