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/config
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
..
environments Add SMTP reply_to option (#11718) 5 years ago
initializers Add `S3_OVERRIDE_PATH_STYLE` environment variable (#12594) 5 years ago
locales Avoid using pluralize on moderation pages (#12589) 5 years ago
webpack Bump webpacker from 4.0.7 to 4.2.0 (#12416) 5 years ago
application.rb Fix localization test failing due to order of locale definitions (#12393) 5 years ago
boot.rb Fix bootsnap cache directory being declared relatively (#9511) 6 years ago
brakeman.ignore Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 6 years ago
database.yml config: add DB_SSLMODE for managed/remote PG (#10210) 6 years ago
deploy.rb Bump capistrano from 3.11.1 to 3.11.2 (#12012) 5 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Fix inconsistent interpolations test by ignoring single plural keys (#12394) 5 years ago
navigation.rb Fix relays UI being available in whitelist/secure mode (#11963) 5 years ago
pghero.yml Use override_csp options on pghero (#12489) 5 years ago
puma.rb Add PERSISTENT_TIMEOUT option (#11756) 5 years ago
routes.rb Add bookmarks (#7107) 5 years ago
secrets.yml
settings.yml Add setting for whether to crop images in unexpanded toots (#12126) 5 years ago
sidekiq.yml Change trending hashtags to not disappear instantly after midnight (#11712) 5 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 (#10277) 6 years ago