Skip to content

Wrong pluralization of "nucleus" #71

Open
@papb

Description

The plural of "nucleus" should be "nuclei". The rare plural form "nucleuses" should also be recognized to be singularized correctly.

Current behavior:

inflection.singularize("nucleus") // "nucleu" (wrong)
inflection.singularize("nucleuses") // "nucleuse" (wrong)
inflection.singularize("nuclei") // "nuclei" (wrong)
inflection.pluralize("nucleus") // "nucleus" (wrong)
inflection.pluralize("nucleuses") // "nucleuses" (correct)
inflection.pluralize("nuclei") // "nucleis" (wrong)

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