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/sq.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/sq.yml')
-rw-r--r-- | config/locales/sq.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/locales/sq.yml b/config/locales/sq.yml index ac811b0b0..c64fe23c6 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -315,9 +315,6 @@ sq: created_msg: Shënimi i raportimit u krijua me sukses! destroyed_msg: Shënimi i raportimit u fshi me sukses! reports: - account: - note: shënim - report: raportojeni action_taken_by: Veprimi i ndërmarrë nga are_you_sure: A jeni i sigurt? assign_to_self: Caktojani vetes |