aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/fr.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-04 17:14:25 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:27 +0100
commitc4a561c333f6f82678efcffef5ce3ed0f8e322f4 (patch)
treebe22fd77b2eb5d524ac1b967e71a2893ab7df400 /src/i18n/fr.json
parentce4a18899f24ba89b63ef743476ec0dbf1999ecf (diff)
refactor(components): rewrite ContactForm component
* remove `Notice` props to handle it directly inside the form * replace `sendMail` prop with `onSubmit` prop * use `useForm` hook to handle fields
Diffstat (limited to 'src/i18n/fr.json')
-rw-r--r--src/i18n/fr.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/fr.json b/src/i18n/fr.json
index 054068e..9474129 100644
--- a/src/i18n/fr.json
+++ b/src/i18n/fr.json
@@ -247,10 +247,6 @@
"defaultMessage": "Temps de lecture :",
"description": "ArticlePage: reading time label"
},
- "HFdzae": {
- "defaultMessage": "Formulaire de contact",
- "description": "ContactForm: form accessible name"
- },
"HaKhih": {
"defaultMessage": "Aller à la page suivante",
"description": "PostsList: pagination forward link label"
@@ -487,6 +483,10 @@
"defaultMessage": "Vous devriez lire {title}",
"description": "Sharing: subject text"
},
+ "bPv0VG": {
+ "defaultMessage": "Formulaire de contact",
+ "description": "Contact: form accessible name"
+ },
"bfPp0g": {
"defaultMessage": "Commentaires :",
"description": "Summary: comments label"