pksunkara / inflect

custom inflections for nodejs
MIT License
229 stars 18 forks source link

Error in pluralize #21

Closed Raja03 closed 8 years ago

Raja03 commented 8 years ago

inflect.pluralize('fascia') returns the same.

Should be fascias

pksunkara commented 8 years ago

Hey @Raja03,

You should use the custom stuff to do this as documented here. https://github.com/pksunkara/inflect#custom-irregular

This library was being used for a long time by a lot of people and I don't want to change for so small things and maybe even break things for some people.