From c3ef2d9d16702dbdd99c5ca31007392b8ae4046b Mon Sep 17 00:00:00 2001
From: Plumtree3D <ham.in.kneesocks@gmail.com>
Date: Wed, 26 Jul 2023 17:17:25 +0200
Subject: [PATCH] feat: translated to french

---
 docusaurus.config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index f1ae77a..9b6ea4f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -29,6 +29,7 @@ const config = {
       ({
         docs: false,
         blog: {
+          blogSidebarTitle: 'Articles récents',
           showReadingTime: true,
           // Please change this to your repo.
           // Remove this to remove the "edit this page" links.
@@ -58,7 +59,7 @@ const config = {
         items: [
           {
             to: '/', 
-            label: 'Home', 
+            label: 'Accueil', 
             position: 'right',
             activeBaseRegex: '^/$'
           },
-- 
GitLab