diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 15:46:18 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:14 -0500 |
| commit | ce84557190a46e2bb9eee202dd09c91d13d95ca6 (patch) | |
| tree | b196733294cb51f1acde8b22cb75ec00be14ae3f | |
| parent | 56e6d86f882a154f233616f79172391e9d097fcd (diff) | |
Add English translation for posting announcement metadata
| -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 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" |
