Ajout page Tags pour recherche articles par sujet

- Créer page Tags unifiée affichant tous les tags des articles blog et docs
- Mettre à jour tags dans toutes les pages pour être plus pertinents et recherchables
This commit is contained in:
Tellsanguis 2025-12-03 11:57:18 +01:00
parent 87a2508769
commit 20fcabaf46
23 changed files with 683 additions and 10 deletions

View file

@ -51,5 +51,41 @@
"homepage.feature3.description": {
"message": "Sharing experiences and solutions with the community.",
"description": "Description of feature 3 (knowledge sharing) on the homepage"
},
"tags.page.title": {
"message": "Tags",
"description": "Tags page title"
},
"tags.page.description": {
"message": "Browse content by tags",
"description": "Tags page meta description"
},
"tags.page.heading": {
"message": "Tags",
"description": "Tags page main heading"
},
"tags.filtered.title": {
"message": "{count} posts tagged with \"{tagName}\"",
"description": "Filtered tag page title"
},
"tags.filtered.description": {
"message": "Browse all content tagged with {tagName}",
"description": "Filtered tag page meta description"
},
"tags.filtered.heading": {
"message": "{count} posts tagged with \"{tagName}\"",
"description": "Filtered tag page heading"
},
"tags.viewAll": {
"message": "View All Tags",
"description": "View all tags link"
},
"tags.notFound.title": {
"message": "Tag Not Found",
"description": "Tag not found title"
},
"tags.notFound.description": {
"message": "The tag you are looking for does not exist.",
"description": "Tag not found description"
}
}