Skip to content

Do not report other as missing for locales that use few and many instead #705

@erikaxel

Description

@erikaxel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions