logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: efb76dcb038eebca5255398ee2ae994dac9c5e95
parent e494e746439e3e622c5b12a182b6c6a9de540821
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu, 17 Mar 2022 14:55:03 -0400

Add English translations for posting announcements

Diffstat:

Msrc/i18n/en.json7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -35,7 +35,12 @@ "announcements": { "page_header": "Announcements", "title": "Announcement", - "mark_as_read_action": "Mark as read" + "mark_as_read_action": "Mark as read", + "post_form_header": "Post announcement", + "post_placeholder": "Type your announcement content here...", + "post_action": "Post", + "post_error": "Error: {error}", + "close_error": "Close" }, "shoutbox": { "title": "Shoutbox"