From 93db24b7f7650abac1bb7095026e3a1f367b0c0a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 11 Dec 2023 17:52:38 +0100 Subject: refactor(pages): refine Contact page * remove next/router dependency * remove pageTitle since it is defined in MDX * reduce statements by grouping messages * mock response with MSW and add test for sendEmail --- src/i18n/fr.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/i18n/fr.json') diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 3628763..4e8da8e 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -187,10 +187,6 @@ "defaultMessage": "Commentaire :", "description": "CommentForm: comment label" }, - "AN9iy7": { - "defaultMessage": "Contact", - "description": "ContactPage: page title" - }, "AXe1Iz": { "defaultMessage": "Pagination", "description": "BlogPage: pagination accessible name" -- cgit v1.2.3