Skip to content

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

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

Details
Paste the output of `buffalo info` here!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions