UX: user.account_possessive was impossible to translate (#25331)

This commit is contained in:
Gerhard Schlager 2024-01-21 15:42:14 +01:00 committed by GitHub
parent aee7197c43
commit a870c10e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -176,9 +176,9 @@ createWidget(
"aria-haspopup": true,
"aria-expanded": attrs.active,
href: attrs.user.path,
"aria-label":
(attrs.user.name || attrs.user.username) +
I18n.t("user.account_possessive"),
"aria-label": I18n.t("user.account_possessive", {
name: attrs.user.name || attrs.user.username,
}),
"data-auto-route": true,
},
},

View File

@ -1095,7 +1095,7 @@ en:
said: "%{username}:"
profile: "Profile"
profile_possessive: "%{username}'s profile"
account_possessive: "'s account"
account_possessive: "%{name}'s account"
mute: "Mute"
edit: "Edit Preferences"
download_archive: