From 9aeb82269d7c74c4566b7ca254782a4dfbd69a6e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 25 Oct 2023 18:33:22 +0200 Subject: refactor(components): remove SiteHeader and SiteFooter components They do not help to make the layout more readable (on the contrary I think...) so the props drilling is useless. --- src/i18n/en.json | 8 ++++---- src/i18n/fr.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/en.json b/src/i18n/en.json index 2fd2edf..5984b2d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -291,6 +291,10 @@ "defaultMessage": "Other thematics", "description": "ThematicPage: other thematics list widget title" }, + "Kjj1Zk": { + "defaultMessage": "Back to top", + "description": "Layout: an accessible name for the back to top button" + }, "KnWeKh": { "defaultMessage": "Page not found", "description": "Error404Page: page title" @@ -331,10 +335,6 @@ "defaultMessage": "Github profile", "description": "ProjectsPage: Github profile link" }, - "OHvb01": { - "defaultMessage": "Back to top", - "description": "SiteFooter: an accessible name for the back to top button" - }, "OL0Yzx": { "defaultMessage": "Publish", "description": "CommentForm: submit button" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index bebfc47..2b20b14 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -291,6 +291,10 @@ "defaultMessage": "Autres thématiques", "description": "ThematicPage: other thematics list widget title" }, + "Kjj1Zk": { + "defaultMessage": "Retour en haut de page", + "description": "Layout: an accessible name for the back to top button" + }, "KnWeKh": { "defaultMessage": "Page non trouvée", "description": "Error404Page: page title" @@ -331,10 +335,6 @@ "defaultMessage": "Profil Github", "description": "ProjectsPage: Github profile link" }, - "OHvb01": { - "defaultMessage": "Retour en haut de page", - "description": "SiteFooter: an accessible name for the back to top button" - }, "OL0Yzx": { "defaultMessage": "Publier", "description": "CommentForm: submit button" -- cgit v1.2.3