Description
Description
The words ending with "ea" are not pluralized correctly.
func main() {
fmt.Println(strings.ToLower(flect.Pluralize("area")))
fmt.Println(strings.ToLower(flect.Pluralize("idea")))
}
return
Expected Behavior
return
Actual Behavior
returned
To Reproduce
Code snippet
package main
import (
"fmt"
"github.com/gobuffalo/flect"
)
func main() {
fmt.Println(strings.ToLower(flect.Pluralize("area")))
fmt.Println(strings.ToLower(flect.Pluralize("idea")))
}
saved on ./main.go
and run go run ./main.go
Additional Context
Details
Details
Paste the output of `buffalo info` here!
Description
Description
The words ending with "ea" are not pluralized correctly.
return
Expected Behavior
return
Actual Behavior
returned
To Reproduce
Code snippet
saved on
./main.goand run
go run ./main.goAdditional Context
Details
Details