aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-09 17:18:46 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:27 +0100
commitf699802b837d7d9fcf150ff2bf00cd3c5475c87a (patch)
tree6c96a140193e7386b454b6d444058a99a0e07454 /src/i18n
parentbd9c9ae7e2ae973969569dd434836de9f38b07d4 (diff)
refactor(components): rewrite CommentsList component
* use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json8
-rw-r--r--src/i18n/fr.json8
2 files changed, 8 insertions, 8 deletions
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"