feat: more details linked account info for support/moderation (#6897)

* feat: show discord + steam ID + github profile in "Show details" user modal

* pnpm intl:extract
This commit is contained in:
François-Xavier Talbot
2026-07-27 19:20:38 +00:00
committed by GitHub
parent e192f6a0af
commit 224c28f29d
6 changed files with 139 additions and 4 deletions
@@ -3374,6 +3374,15 @@
"profile.collection.projects-count": {
"message": "{count, plural, one {# project} other {# projects}}"
},
"profile.details.error.github-popup-blocked": {
"message": "Allow pop-ups for Modrinth, then try again."
},
"profile.details.error.github-profile-message": {
"message": "The GitHub profile could not be retrieved. Please try again."
},
"profile.details.error.github-profile-title": {
"message": "Unable to open GitHub profile"
},
"profile.details.label.auth-providers": {
"message": "Auth providers"
},
@@ -3389,9 +3398,15 @@
"profile.details.label.has-totp": {
"message": "Has TOTP"
},
"profile.details.label.loading-github-profile": {
"message": "Loading..."
},
"profile.details.label.payment-methods": {
"message": "Payment methods"
},
"profile.details.label.view-github-profile": {
"message": "View profile"
},
"profile.details.tooltip.email-not-verified": {
"message": "Email not verified"
},