Pluralization rules are different between different languages. In English you have one and other as in
invoice:
one: Invoice
other: Invoices
Polish has one, few and many:
invoice:
few: Faktury
many: Faktur
one: Faktura
The problem is that if I do this then i18n-tasks missing will complain that other is missing. But other is just the same as few. You can never get other if you have defined few and many. This causes a lot of duplication which makes the file bigger and maintenance harder.
It would be great if i18n-tasks missing did not report other as missing in this case.