From f31d2abc237958bd9f33875f20198c4510389556 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Jan 2025 20:37:34 +0000 Subject: implement replying to posts --- locale/en_GB.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/en_GB.json b/locale/en_GB.json index deda419..da09f77 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -8,6 +8,8 @@ "note.action.like": "Like", "note.action.dislike": "Dislike", "note.action.reshare": "Reshare", + "note.action.reply": "Reply", + "note.info.replyTo": "In reply to %s", "timeline.local": "Local timeline", "timeline.local.description": "This timeline shows all public indexable notes posted by users on this server.", "placeholder": "There's nothing here.", @@ -23,5 +25,7 @@ "login.action": "Log in", "login.failed": "Invalid email address or password", "writeNote.label": "Write a note", - "writeNote.action": "Post" + "writeNote.action": "Post", + "writeReply.label": "Write a reply", + "writeReply.action": "Reply" } -- cgit v1.3