Profile editing: Add singular to translated string (#37958)

This commit is contained in:
Echo
2026-02-24 11:04:11 +01:00
committed by GitHub
parent 49bcaba628
commit 3ed16489d0
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ function renderTag(tag: ApiFeaturedTagJSON) {
{tag.statuses_count > 0 && (
<FormattedMessage
id='account_edit_tags.tag_status_count'
defaultMessage='{count} posts'
defaultMessage='{count, plural, one {# post} other {# posts}}'
values={{ count: tag.statuses_count }}
tagName='p'
/>

View File

@@ -167,7 +167,7 @@
"account_edit_tags.help_text": "Featured hashtags help users discover and interact with your profile. They appear as filters on your Profile pages Activity view.",
"account_edit_tags.search_placeholder": "Enter a hashtag…",
"account_edit_tags.suggestions": "Suggestions:",
"account_edit_tags.tag_status_count": "{count} posts",
"account_edit_tags.tag_status_count": "{count, plural, one {# post} other {# posts}}",
"account_note.placeholder": "Click to add note",
"admin.dashboard.daily_retention": "User retention rate by day after sign-up",
"admin.dashboard.monthly_retention": "User retention rate by month after sign-up",