You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views
Sasha Sorokin d5b7a4b116 Avoid using pluralize on moderation pages (#12589)
Pluralize function from Rails framework does not work with other
languages than English, moreover it does not even work properly with
English [1]. Not that the latest applies to this context, it's just
a sign that we best to avoid this function, especially when there are
more reliable ways.

This commit changes how reports pages generated in order to avoid usage
of pluralize function, replacing it with default translation function,
called with given counter. On top of that, we have to make strings
pluralizable, so have to change locale files.

[1]: https://medium.com/@anna7/b3927de2ca8e#6a60
5 years ago
..
about Fix blur behind closed registration message (#12442) 5 years ago
accounts Add noopener and/or noreferrer (#12202) 5 years ago
admin Avoid using pluralize on moderation pages (#12589) 5 years ago
admin_mailer
application Add noopener and/or noreferrer (#12202) 5 years ago
auth
authorize_interactions
directories
errors
filters
follower_accounts
following_accounts
home
invites
kaminari
layouts
media
notification_mailer
oauth Add noopener and/or noreferrer (#12202) 5 years ago
public_timelines Change message of public timeline for local only (#12224) 5 years ago
relationships Split relationships page strings (#12502) 5 years ago
remote_follow
remote_interaction
settings Use codeblock for native redirect URI (#12570) 5 years ago
shared
shares
statuses Add noopener and/or noreferrer (#12202) 5 years ago
tags
user_mailer
well_known/host_meta