Make “Following” correctly translatable (#37671)

This commit is contained in:
Valtteri Laitinen 2026-02-04 12:56:33 +02:00 committed by GitHub
parent 4f99b48e8e
commit ee631bf826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@
%span= t('accounts.posts', count: account.statuses_count)
%td
%b= account_formatted_stat(account.following_count)
%span= t('accounts.following')
%span= t('accounts.following', count: account.following_count)
%td
%b= account_formatted_stat(account.followers_count)
%span= t('accounts.followers', count: account.followers_count)

View File

@ -12,7 +12,9 @@ en:
followers:
one: Follower
other: Followers
following: Following
following:
one: Following
other: Following
instance_actor_flash: This account is a virtual actor used to represent the server itself and not any individual user. It is used for federation purposes and should not be suspended.
last_active: last active
link_verified_on: Ownership of this link was checked on %{date}