rails-i18n
rails-i18n copied to clipboard
Polish: wrong Polish pluralization rules
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?
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?
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