From e20dee28508bba8420eb1fb01e43dc23aeaf27f4 Mon Sep 17 00:00:00 2001
From: MassiveJuice <122503558+MasssiveJuice08@users.noreply.github.com>
Date: Fri, 05 Jul 2024 16:25:29 +0000
Subject: [PATCH] Fix: Table `overflow-wrap: anywhere` breaks words on mobile (#1259)

---
 quartz/i18n/locales/fr-FR.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/quartz/i18n/locales/fr-FR.ts b/quartz/i18n/locales/fr-FR.ts
index 88ad5a2..ef43fa8 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: {
@@ -65,6 +65,7 @@
     error: {
       title: "Introuvable",
       notFound: "Cette page est soit privée, soit elle n'existe pas.",
+      home: "Retour à la page d'accueil",
     },
     folderContent: {
       folder: "Dossier",

--
Gitblit v1.10.0