rails-i18n icon indicating copy to clipboard operation
rails-i18n copied to clipboard

Polish: wrong Polish pluralization rules

Open jonatanklosko opened this issue 8 years ago • 2 comments

If I understand everything correctly, then one of these conditions always succeeds, so that :other is never reached. This would also make sense in the context of the rules from the iso gem. Am I right?

jonatanklosko avatar Jan 14 '17 17:01 jonatanklosko

I've just realised that :other is reached for decimal numbers (as shown in this spec), but with that in mind this (and others below) seems wrong to me; looks like they have been copied, see 2c26b35. Is that intentional and are decimal numbers handled in other languages? Anyone from Poland here?

jonatanklosko avatar Jan 17 '17 23:01 jonatanklosko

I am not familiar rules for polish, but this may help understand the current behavior: https://github.com/svenfuchs/rails-i18n/issues/744#issuecomment-1550163682

sunny avatar May 17 '23 12:05 sunny