aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/en.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-12-01 17:59:30 +0100
committerArmand Philippot <git@armandphilippot.com>2023-12-01 18:06:46 +0100
commit11e3ee75fcab0ab54b2bc1713a402c5cc3070c2d (patch)
tree7cb478ac6b29f2b527eb3ec379b305b74dd4f0ba /src/i18n/en.json
parentdfdbf6cac1fe3719dc71e130129d28e04ba4e225 (diff)
refactor(pages): refine Topic pages
* add useTopic and useTopicsList hooks to refresh data * add a table of contents * add Cypress tests
Diffstat (limited to 'src/i18n/en.json')
-rw-r--r--src/i18n/en.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index c449756..f760860 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -499,6 +499,10 @@
"defaultMessage": "Popularity:",
"description": "ProjectOverview: popularity label"
},
+ "d+DOFQ": {
+ "defaultMessage": "Browse posts in {topicName} topic",
+ "description": "TopicPage: posts list heading"
+ },
"dDwm38": {
"defaultMessage": "{website} picture",
"description": "SiteBranding: photo alternative text"
@@ -667,6 +671,10 @@
"defaultMessage": "Settings",
"description": "SiteNavbar: settings modal title in navbar"
},
+ "uUIgCr": {
+ "defaultMessage": "Topics are loading...",
+ "description": "TopicPage: loading topics message"
+ },
"uZj4QI": {
"defaultMessage": "Cancel reply",
"description": "CommentsList: cancel reply button"
@@ -699,10 +707,6 @@
"defaultMessage": "Message:",
"description": "ContactForm: message label"
},
- "zEN3fd": {
- "defaultMessage": "All posts in {topicName}",
- "description": "TopicPage: posts list heading"
- },
"zbzlb1": {
"defaultMessage": "Page {number}",
"description": "BlogPage: page number"