[openstreetmap/openstreetmap-website] "GPS Traces" option on osm.org is not working (#2388)

mmd notifications at github.com
Sun Oct 13 08:21:15 UTC 2019


Error message is: translation data {:one=>"1 punkt", :few=>"%{count} punkty", :many=>"%{count} punktów"} can not be used with :count => 3,354. key 'other' is missing.

The translator needs to add another key "other" in the Polish translation:

```
    trace:
      pending: OCZEKUJE
      count_points:
        one: 1 punkt
        few: '%{count} punkty'
        many: '%{count} punktów'
        other: '%{count} punktów'          <<< missing (punkty or punktów?)  
```
See Polish plularization rules: https://github.com/svenfuchs/rails-i18n/blob/master/rails/pluralization/pl.rb


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2388#issuecomment-541397761
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191013/2e9e4e74/attachment-0001.html>


More information about the rails-dev mailing list