From f699802b837d7d9fcf150ff2bf00cd3c5475c87a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 9 Nov 2023 17:18:46 +0100 Subject: refactor(components): rewrite CommentsList component * use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests --- 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 3e6bf93..6d7af16 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -515,6 +515,10 @@ "defaultMessage": "Home", "description": "Layout: main nav - home link" }, + "c1Ju/q": { + "defaultMessage": "Leave a reply to {name}", + "description": "CommentsList: comment form title" + }, "c556Qo": { "defaultMessage": "Sidebar", "description": "PageLayout: accessible name for the sidebar" @@ -751,10 +755,6 @@ "defaultMessage": "Free", "description": "HomePage: link to free thematic" }, - "w8uLLF": { - "defaultMessage": "Leave a reply", - "description": "CommentsList: comment form title" - }, "wQrvgw": { "defaultMessage": "Updated on:", "description": "ProjectsPage: update date label" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 9244863..27a3c8a 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -515,6 +515,10 @@ "defaultMessage": "Accueil", "description": "Layout: main nav - home link" }, + "c1Ju/q": { + "defaultMessage": "Laisser une réponse à {name}", + "description": "CommentsList: comment form title" + }, "c556Qo": { "defaultMessage": "Barre latérale", "description": "PageLayout: accessible name for the sidebar" @@ -751,10 +755,6 @@ "defaultMessage": "Libre", "description": "HomePage: link to free thematic" }, - "w8uLLF": { - "defaultMessage": "Laisser une réponse", - "description": "CommentsList: comment form title" - }, "wQrvgw": { "defaultMessage": "Mis à jour le :", "description": "ProjectsPage: update date label" -- cgit v1.2.3