logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ce84557190a46e2bb9eee202dd09c91d13d95ca6
parent 56e6d86f882a154f233616f79172391e9d097fcd
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu, 17 Mar 2022 15:46:18 -0400

Add English translation for posting announcement metadata

Diffstat:

Msrc/i18n/en.json5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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"