From ee631bf82602c36eddc74a123b5dbd9b01b1c3b3 Mon Sep 17 00:00:00 2001 From: Valtteri Laitinen Date: Wed, 4 Feb 2026 12:56:33 +0200 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9CFollowing=E2=80=9D=20correctly?= =?UTF-8?q?=20translatable=20(#37671)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/application/mailer/_account.html.haml | 2 +- config/locales/en.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/application/mailer/_account.html.haml b/app/views/application/mailer/_account.html.haml index 27493f770d..bc11c01a01 100644 --- a/app/views/application/mailer/_account.html.haml +++ b/app/views/application/mailer/_account.html.haml @@ -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) diff --git a/config/locales/en.yml b/config/locales/en.yml index d7dcdf4cc5..2b9a182ec1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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}