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/admin
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
..
account_actions Add option to include reported statuses in warning e-mail (#11639) 5 years ago
account_moderation_notes
account_warnings Add moderation warnings (#9519) 6 years ago
accounts Add link to search for users connected from the same IP address (#12157) 5 years ago
action_logs Use local time in audit log (#10751) 6 years ago
change_emails Hide misleading “You will be sent a confirmation e-mail” hint from admin view (#9973) 6 years ago
custom_emojis Fix not showing if emoji has a local counterpart in admin UI (#12135) 5 years ago
dashboard Add full numeric notation to the dashboard title attribute (#11911) 5 years ago
domain_allows Add whitelist mode (#11291) 6 years ago
domain_blocks Add domain block notes (#11515) 6 years ago
email_domain_blocks
followers Fix admin UI view of local followers (#9712) 6 years ago
instances Link to reports targetting instance in admin view (#12513) 5 years ago
invites Fix maxed-out invites not showing up as expired in UI (#10274) 6 years ago
pending_accounts Add waiting time to list of pending accounts in admin UI (#10985) 6 years ago
relays
report_notes
reports Avoid using pluralize on moderation pages (#12589) 5 years ago
settings Add admin setting to auto-approve hashtags (#12122) 5 years ago
statuses Add quick links to the admin interface in the WebUI (#8545) 6 years ago
tags Fix batch actions being hidden from mobile view (#12183) 5 years ago
warning_presets Add moderation warnings (#9519) 6 years ago