Skip to content

Commit 2fa2af4

Browse files
committed
feat(i18n): add journey status labels
Add English translations for planned, active, paused, completed, and aborted journey statuses.
1 parent 0db770f commit 2fa2af4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

web/src/i18n/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25910,6 +25910,13 @@
2591025910
"loading": "Loading journeys…",
2591125911
"empty": "No journeys yet. Plan one above and it will live here from planning to debrief."
2591225912
},
25913+
"status": {
25914+
"planned": "Planned",
25915+
"active": "Active",
25916+
"paused": "Paused",
25917+
"completed": "Completed",
25918+
"aborted": "Aborted"
25919+
},
2591325920
"filter": {
2591425921
"status": "Filter by status",
2591525922
"all": "All"

0 commit comments

Comments
 (0)