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) 6 years ago
admin Avoid using pluralize on moderation pages (#12589) 5 years ago
admin_mailer Fixed not being able to display review pending hashtags in the admin UI. (#11875) 6 years ago
application Add noopener and/or noreferrer (#12202) 6 years ago
auth Add (back) option to set redirect notice on account without moving followers (#11994) 6 years ago
authorize_interactions Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
directories Integrate translation strings for the Profile Directory. (#11722) 6 years ago
errors Fix uncaught parameter missing exceptions and missing error templates (#11702) 6 years ago
filters Redesign forms, verify link ownership with rel="me" (#8703) 7 years ago
follower_accounts Improve blocked view of profiles (#10491) 6 years ago
following_accounts Improve blocked view of profiles (#10491) 6 years ago
home Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
invites Remove invite comments from UI (#12068) 6 years ago
kaminari Pagination improvements (#1445) 8 years ago
layouts Fix page body not being scrollable in admin layout (#11893) 6 years ago
media Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
notification_mailer Fix NotificationMailer failing when receiving mention with media from remote instance (#11765) 6 years ago
oauth Add noopener and/or noreferrer (#12202) 6 years ago
public_timelines Change message of public timeline for local only (#12224) 6 years ago
relationships Split relationships page strings (#12502) 5 years ago
remote_follow Admission-based registrations mode (#10250) 6 years ago
remote_interaction Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
settings Use codeblock for native redirect URI (#12570) 5 years ago
shared Remove fallback to long description on sidebar and meta description (#12119) 6 years ago
shares Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
statuses Add noopener and/or noreferrer (#12202) 6 years ago
tags Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
user_mailer Add password challenge to 2FA settings, e-mail notifications (#11878) 6 years ago
well_known/host_meta Remove XML version of Webfinger and remove links to Atom feeds (#11460) 6 years ago