Skip to content

Commit 72000e6

Browse files
authored
Merge pull request #3 from WassCodeur/main
Update navigation home label in French and English translations
2 parents 4a74254 + 65e537c commit 72000e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
TRANSLATIONS = {
169169
"fr": {
170170
"site-title": "Python Togo",
171-
"nav-home": "Accueil",
171+
"nav-home": "The Python Software Community Togo",
172172
"nav-about": "À propos",
173173
"nav-code": "Code de conduite",
174174
"nav-events": "Événements",
@@ -489,7 +489,7 @@
489489
},
490490
"en": {
491491
"site-title": "Python Togo",
492-
"nav-home": "Home",
492+
"nav-home": "The Python Software Community Togo",
493493
"nav-about": "About",
494494
"nav-code": "Code of Conduct",
495495
"nav-events": "Events",

0 commit comments

Comments
 (0)