From c7d2dee162df28e04976018da1ebde82b1a5b9b1 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Wed, 3 May 2023 18:57:24 +0100 Subject: [PATCH] Add "Join Date" to profile, fixes #54 --- src/intl/en-US.js | 2 ++ .../profile/AccountProfileDetails.html | 18 +++++++++++++++++- src/routes/_utils/formatters.js | 6 ++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/intl/en-US.js b/src/intl/en-US.js index e952f4ee..dd4db1b0 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -296,9 +296,11 @@ export default { statuses: 'Toots', follows: 'Follows', followers: 'Followers', + joined: 'Joined', moreOptions: 'More options', followersLabel: 'Followed by {count}', followingLabel: 'Follows {count}', + joinedLabel: 'Joined on {date}', followLabel: `Follow {requested, select, true {(follow requested)} other {} diff --git a/src/routes/_components/profile/AccountProfileDetails.html b/src/routes/_components/profile/AccountProfileDetails.html index c275da01..60de834d 100644 --- a/src/routes/_components/profile/AccountProfileDetails.html +++ b/src/routes/_components/profile/AccountProfileDetails.html @@ -1,5 +1,15 @@

{intl.statisticsAndMoreOptions}

+