aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-12-05 19:11:34 +0100
committerArmand Philippot <git@armandphilippot.com>2023-12-07 19:12:11 +0100
commit802285872a2c57e7a5e130f32a2b45497d7687f1 (patch)
tree9803af7e06f8b59353e5458f33e54d02b4b9613b /src/i18n
parente9d5a40432c451090e17859c764e52a96120b712 (diff)
refactor(pages): refine Projects page
* add a `contexts` meta key to projects * replace `technologies` with `contexts` key in projects list * make getProjectsFilenames async * add Cypress tests
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json12
-rw-r--r--src/i18n/fr.json12
2 files changed, 16 insertions, 8 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 67880a2..64b3214 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -23,6 +23,10 @@
"defaultMessage": "It is now awaiting moderation.",
"description": "PageComments: comment awaiting moderation"
},
+ "/STXAQ": {
+ "defaultMessage": "Read more about {title}",
+ "description": "ProjectsPage: card accessible name"
+ },
"/TTRRX": {
"defaultMessage": "Breadcrumbs",
"description": "Page: an accessible name for the breadcrumb nav."
@@ -175,10 +179,6 @@
"defaultMessage": "Comment:",
"description": "CommentForm: comment label"
},
- "ADQmDF": {
- "defaultMessage": "Technologies:",
- "description": "Meta: technologies label"
- },
"AN9iy7": {
"defaultMessage": "Contact",
"description": "ContactPage: page title"
@@ -579,6 +579,10 @@
"defaultMessage": "Reading time:",
"description": "PageHeader: reading time label"
},
+ "jPBeOI": {
+ "defaultMessage": "{contextsCount, plural, =0 {Contexts:} one {Context:} other {Contexts:}}",
+ "description": "ProjectsPage: context meta label"
+ },
"jrRBeb": {
"defaultMessage": "Browse posts in {thematicName} thematic",
"description": "ThematicPage: posts list heading"
diff --git a/src/i18n/fr.json b/src/i18n/fr.json
index 39ae75c..41af99d 100644
--- a/src/i18n/fr.json
+++ b/src/i18n/fr.json
@@ -23,6 +23,10 @@
"defaultMessage": "Il est maintenant en attente de modération.",
"description": "PageComments: comment awaiting moderation"
},
+ "/STXAQ": {
+ "defaultMessage": "Consulter {title}",
+ "description": "ProjectsPage: card accessible name"
+ },
"/TTRRX": {
"defaultMessage": "Fil d’Ariane",
"description": "Page: an accessible name for the breadcrumb nav."
@@ -175,10 +179,6 @@
"defaultMessage": "Commentaire :",
"description": "CommentForm: comment label"
},
- "ADQmDF": {
- "defaultMessage": "Technologies :",
- "description": "Meta: technologies label"
- },
"AN9iy7": {
"defaultMessage": "Contact",
"description": "ContactPage: page title"
@@ -579,6 +579,10 @@
"defaultMessage": "Temps de lecture :",
"description": "PageHeader: reading time label"
},
+ "jPBeOI": {
+ "defaultMessage": "{contextsCount, plural, =0 {Contexte :} one {Contexte :} other {Contextes :}}",
+ "description": "ProjectsPage: context meta label"
+ },
"jrRBeb": {
"defaultMessage": "Parcourir les articles de la thématique {thematicName}",
"description": "ThematicPage: posts list heading"