diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 17:14:52 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:14 -0500 |
| commit | 1972e57ceb78dd3f4de329e19a933888b7f01da8 (patch) | |
| tree | d94d6ef84410fb0aa858c04a937cac6a570b21a7 | |
| parent | 89c49b6fb46e607aee07afd5bc436e8f2f605bfe (diff) | |
Add English translations for editing announcements
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2f20e414..13eff047 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -46,7 +46,10 @@ "end_time_prompt": "End time: ", "all_day_prompt": "This is an all-day event", "start_time_display": "Starts at {time}", - "end_time_display": "Ends at {time}" + "end_time_display": "Ends at {time}", + "edit_action": "Edit", + "submit_edit_action": "Submit", + "cancel_edit_action": "Cancel" }, "shoutbox": { "title": "Shoutbox" |
