Skip to content

Support proper plurals in ngettext #1

@tjlevel12

Description

@tjlevel12

The current implementation of ngettext matches the Python built-in gettext.ngettext, but does not match the true GNU gettext. Of note, the pluralization assumes that a singular value should be used only when the count is 1; the locales pluralization rules are not utilized.

Add support for pluralization rules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions