From c0e65d0446f928b30eecc858c5cf9a8eb1a364c1 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 16:01:25 +0000 Subject: implement profile editing --- locale/en_GB.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/en_GB.json b/locale/en_GB.json index 06ce2a2..5706543 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -8,6 +8,9 @@ "user.profile.unfollow.action": "Unfollow", "user.profile.followsYou": "Follows you", "user.profile.pendingFollowsYou": "Wants to follow you", + "user.profile.displayName": "Display name", + "user.profile.changeAvatar": "Choose a new avatar image", + "user.profile.bio": "Bio", "user.notes.placeholder": "This user hasn't posted anything yet.", "timeline.global": "Global timeline", "timeline.global.description": "This timeline shows all known public indexable notes.", @@ -51,5 +54,8 @@ "followRequests.accept.action": "Accept", "followRequests.accepted": "Accepted!", "followRequests.reject.action": "Reject", - "followRequests.rejected": "Rejected!" + "followRequests.rejected": "Rejected!", + "form.edit": "Edit", + "form.saveChanges": "Save", + "form.discardChanges": "Cancel" } -- cgit v1.3