From efb76dcb038eebca5255398ee2ae994dac9c5e95 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Thu, 17 Mar 2022 14:55:03 -0400 Subject: [PATCH] Add English translations for posting announcements --- src/i18n/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 7fd900a9..44991e1a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -35,7 +35,12 @@ "announcements": { "page_header": "Announcements", "title": "Announcement", - "mark_as_read_action": "Mark as read" + "mark_as_read_action": "Mark as read", + "post_form_header": "Post announcement", + "post_placeholder": "Type your announcement content here...", + "post_action": "Post", + "post_error": "Error: {error}", + "close_error": "Close" }, "shoutbox": { "title": "Shoutbox"