From 65e537c5aed9e9f00058dabc570db4ef6f1c4dae Mon Sep 17 00:00:00 2001 From: WassCodeur Date: Thu, 4 Dec 2025 01:52:11 +0000 Subject: [PATCH] Update navigation home label in French and English translations --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 87937b8..110dbe4 100644 --- a/main.py +++ b/main.py @@ -168,7 +168,7 @@ TRANSLATIONS = { "fr": { "site-title": "Python Togo", - "nav-home": "Accueil", + "nav-home": "The Python Software Community Togo", "nav-about": "À propos", "nav-code": "Code de conduite", "nav-events": "Événements", @@ -489,7 +489,7 @@ }, "en": { "site-title": "Python Togo", - "nav-home": "Home", + "nav-home": "The Python Software Community Togo", "nav-about": "About", "nav-code": "Code of Conduct", "nav-events": "Events",