From 00f147a7a687d5772bcc538bc606cfff972178cd Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 12 Oct 2023 17:24:13 +0200 Subject: feat(components): add a Time component Instead of using helpers functions to format the date each time we need to use a time element, it makes more sense to create a new component dedicated to this task. --- 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 92a0c45..9bfe248 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -155,6 +155,10 @@ "defaultMessage": "{website} picture", "description": "Layout: photo alternative text" }, + "8q5PXx": { + "defaultMessage": "{date} at {time}", + "description": "Time: readable date and time" + }, "9DfuHk": { "defaultMessage": "Updated on:", "description": "TopicPage: update date label" @@ -299,10 +303,6 @@ "defaultMessage": "Close search", "description": "Search: Close label" }, - "Ld6yMP": { - "defaultMessage": "{date} at {time}", - "description": "Comment: publication date and time" - }, "LszkU6": { "defaultMessage": "All posts in {thematicName}", "description": "ThematicPage: posts list heading" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index f602b20..a988729 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -155,6 +155,10 @@ "defaultMessage": "Photo d’{website}", "description": "Layout: photo alternative text" }, + "8q5PXx": { + "defaultMessage": "{date} à {time}", + "description": "Time: readable date and time" + }, "9DfuHk": { "defaultMessage": "Mis à jour le :", "description": "TopicPage: update date label" @@ -299,10 +303,6 @@ "defaultMessage": "Fermer la recherche", "description": "Search: Close label" }, - "Ld6yMP": { - "defaultMessage": "{date} à {time}", - "description": "Comment: publication date and time" - }, "LszkU6": { "defaultMessage": "Tous les articles dans {thematicName}", "description": "ThematicPage: posts list heading" -- cgit v1.2.3