From 12a03a9a72f7895d571dbaeeb245d92aa277a610 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 6 Oct 2023 17:48:03 +0200 Subject: refactor(components): merge HeadingButton and Widget components The HeadingButton component was only used inside Widget component and it is not very useful on its own so I merge the two components in a new Collapsible component. --- src/i18n/en.json | 8 -------- src/i18n/fr.json | 8 -------- 2 files changed, 16 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/en.json b/src/i18n/en.json index e6a38e2..60744b7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -375,10 +375,6 @@ "defaultMessage": "An error occurred:", "description": "Contact: error message" }, - "UX9Bu8": { - "defaultMessage": "Collapse", - "description": "HeadingButton: title prefix (expanded state)" - }, "UsQske": { "defaultMessage": "Read more here:", "description": "Sharing: content link prefix" @@ -455,10 +451,6 @@ "defaultMessage": "Created on:", "description": "Meta: creation date label" }, - "bcyOgC": { - "defaultMessage": "Expand", - "description": "HeadingButton: title prefix (collapsed state)" - }, "bojYF5": { "defaultMessage": "Home", "description": "Layout: main nav - home link" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 060a449..6c1ee26 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -375,10 +375,6 @@ "defaultMessage": "Une erreur est survenue :", "description": "Contact: error message" }, - "UX9Bu8": { - "defaultMessage": "Plier", - "description": "HeadingButton: title prefix (expanded state)" - }, "UsQske": { "defaultMessage": "En lire plus ici :", "description": "Sharing: content link prefix" @@ -455,10 +451,6 @@ "defaultMessage": "Créé le :", "description": "Meta: creation date label" }, - "bcyOgC": { - "defaultMessage": "Déplier", - "description": "HeadingButton: title prefix (collapsed state)" - }, "bojYF5": { "defaultMessage": "Accueil", "description": "Layout: main nav - home link" -- cgit v1.2.3