diff options
author | Sasha Sorokin <dafri.nochiterov8@gmail.com> | 2019-12-13 01:50:23 +0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-12 19:50:23 +0100 |
commit | d5b7a4b116d37e8b87f3ed9ebdc6adf07a088766 (patch) | |
tree | b013325517a9d4067153f20be453fbe6667d2815 /config.ru | |
parent | 1c1028321795461cb72a60bb7bc1e3479bb21bb9 (diff) |
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
Diffstat (limited to 'config.ru')
0 files changed, 0 insertions, 0 deletions