From 837e0e904c40f7b87561c34ca3f49edd5d8d1c52 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 28 Sep 2023 18:03:43 +0200 Subject: feat(components): replace icons with a generic Icon component Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS. --- 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 fd46201..d8a982d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -411,10 +411,6 @@ "defaultMessage": "Sidebar", "description": "PageLayout: accessible name for the sidebar" }, - "cl7YNU": { - "defaultMessage": "CC BY SA", - "description": "CCBySA: icon title" - }, "dDK5oc": { "defaultMessage": "{website} picture", "description": "Branding: photo alternative text" @@ -627,6 +623,10 @@ "defaultMessage": "Sending mail...", "description": "ContactForm: spinner message on submit" }, + "yB1SPF": { + "defaultMessage": "CC BY SA", + "description": "Layout: copyright title" + }, "yE/Jdz": { "defaultMessage": "You are here:", "description": "Pagination: current page indication" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index f951413..d64c930 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -411,10 +411,6 @@ "defaultMessage": "Barre latérale", "description": "PageLayout: accessible name for the sidebar" }, - "cl7YNU": { - "defaultMessage": "CC BY SA", - "description": "CCBySA: icon title" - }, "dDK5oc": { "defaultMessage": "Photo d’{website}", "description": "Branding: photo alternative text" @@ -627,6 +623,10 @@ "defaultMessage": "Mail en cours d’envoi…", "description": "ContactForm: spinner message on submit" }, + "yB1SPF": { + "defaultMessage": "CC BY SA", + "description": "Layout: copyright title" + }, "yE/Jdz": { "defaultMessage": "Vous êtes ici :", "description": "Pagination: current page indication" -- cgit v1.2.3