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
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
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 5 years ago
controllers Fix missing error templates for non-HTML requests (#12593) 5 years ago
helpers Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 5 years ago
javascript Revert "Fix an eslint warning (#12426)" (#12596) 5 years ago
lib Add basic support for group actors (#12071) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
models Add `tootctl media remove-orphans` (#12568) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Add basic support for group actors (#12071) 5 years ago
services Fix account search with no query (#12549) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 5 years ago
views Avoid using pluralize on moderation pages (#12589) 5 years ago
workers Fix various issues with account migration (#12301) 5 years ago