diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 14:02:21 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:13 -0500 |
| commit | e5b49ae34b0c750b7b3259044104ebb7e4b872c7 (patch) | |
| tree | 7d731e50823412c424c28e3172e1ec5baf504451 /src | |
| parent | 95750509b14ab5f5a5d8c9a5defafd95ee7efbe3 (diff) | |
Add English translations for announcements
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 5e295b5e..7fd900a9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -32,6 +32,11 @@ }, "staff": "Staff" }, + "announcements": { + "page_header": "Announcements", + "title": "Announcement", + "mark_as_read_action": "Mark as read" + }, "shoutbox": { "title": "Shoutbox" }, @@ -162,7 +167,8 @@ "mobile_sidebar": "Toggle mobile sidebar", "mobile_notifications": "Open notifications", "mobile_notifications": "Open notifications (there are unread ones)", - "mobile_notifications_close": "Close notifications" + "mobile_notifications_close": "Close notifications", + "announcements": "Announcements" }, "notifications": { "broken_favorite": "Unknown status, searching for it…", |
