Fix user_mailer.welcome.hashtags_recent_count
not having plural form (#29607)
This commit is contained in:
parent
726e7ad024
commit
82c2af0356
3 changed files with 5 additions and 3 deletions
|
@ -1868,7 +1868,9 @@ en:
|
|||
follows_subtitle: Follow well-known accounts
|
||||
follows_title: Who to follow
|
||||
follows_view_more: View more people to follow
|
||||
hashtags_recent_count: "%{people} people in the past %{days} days"
|
||||
hashtags_recent_count:
|
||||
one: "%{people} person in the past 2 days"
|
||||
other: "%{people} people in the past 2 days"
|
||||
hashtags_subtitle: Explore what’s trending since past 2 days
|
||||
hashtags_title: Trending hashtags
|
||||
hashtags_view_more: View more trending hashtags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue