diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 16:51:47 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:14 -0500 |
| commit | 0e51e824a29204bb193e2707d6f65b6caaee719d (patch) | |
| tree | 35fb6ee84c097a5c769367ad1e23d8becc24cf74 /src | |
| parent | 04fbb6d93d6217812dc1b594b65f237bcee692a7 (diff) | |
Add English translation for announcement dates
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index fee49e88..2f20e414 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" |
