From 802285872a2c57e7a5e130f32a2b45497d7687f1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 5 Dec 2023 19:11:34 +0100 Subject: 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 --- src/i18n/en.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/i18n/en.json') 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" -- cgit v1.2.3