From 0e51e824a29204bb193e2707d6f65b6caaee719d Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Thu, 17 Mar 2022 16:51:47 -0400 Subject: [PATCH] Add English translation for announcement dates --- src/i18n/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index fee49e880a..2f20e414a4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -44,7 +44,9 @@ "delete_action": "Delete", "start_time_prompt": "Start time: ", "end_time_prompt": "End time: ", - "all_day_prompt": "This is an all-day event" + "all_day_prompt": "This is an all-day event", + "start_time_display": "Starts at {time}", + "end_time_display": "Ends at {time}" }, "shoutbox": { "title": "Shoutbox"