Skip to content

bug: Incorrect inflections for the word "lens" #78

@fywk

Description

@fywk

Description

Description

Both Singularize and Pluralize inflections for the word "lens" are incorrect.

Expected Behavior

flect.Singularize("lenses") -> lens
flect.Pluralize("lens") -> lenses

Actual Behavior

flect.Singularize("lenses") -> lense
flect.Pluralize("lens") -> lens

To Reproduce

No response

Additional Context

Details

Paste the output of `buffalo info` here!

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