From ce84557190a46e2bb9eee202dd09c91d13d95ca6 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Thu, 17 Mar 2022 15:46:18 -0400 Subject: [PATCH] Add English translation for posting announcement metadata --- src/i18n/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 9ba5603b..fee49e88 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -41,7 +41,10 @@ "post_action": "Post", "post_error": "Error: {error}", "close_error": "Close", - "delete_action": "Delete" + "delete_action": "Delete", + "start_time_prompt": "Start time: ", + "end_time_prompt": "End time: ", + "all_day_prompt": "This is an all-day event" }, "shoutbox": { "title": "Shoutbox"