aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-06 17:48:03 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commit12a03a9a72f7895d571dbaeeb245d92aa277a610 (patch)
tree41b6b07928e4f5e101b7ea5d8389bb4325bbac76 /src/i18n
parentfb860884857da73ee5b5e897745301cdf1d770a2 (diff)
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.
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json8
-rw-r--r--src/i18n/fr.json8
2 files changed, 0 insertions, 16 deletions
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"