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/locales/eu.yml | |
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/locales/eu.yml')
-rw-r--r-- | config/locales/eu.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/locales/eu.yml b/config/locales/eu.yml index ab8a68746..ff8d00df1 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -398,9 +398,6 @@ eu: created_msg: Salaketa oharra ongi sortu da! destroyed_msg: Salaketa oharra ongi ezabatu da! reports: - account: - note: oharra - report: salaketa action_taken_by: Neurrien hartzailea are_you_sure: Ziur zaude? assign_to_self: Esleitu niri |