mastodon/app/views/admin/reports
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
2019-12-12 19:50:23 +01:00
..
_action_log.html.haml Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
_status.html.haml Add noopener and/or noreferrer (#12202) 2019-10-24 22:44:42 +02:00
index.html.haml Avoid using pluralize on moderation pages (#12589) 2019-12-12 19:50:23 +01:00
show.html.haml Avoid using pluralize on moderation pages (#12589) 2019-12-12 19:50:23 +01:00