pksunkara / inflect

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

Pluralize error for Barista: Baristum should be Baristas #24

Closed chrismcleod closed 8 years ago

chrismcleod commented 8 years ago

Barista pluralizes to Baristum. Though it's an Italian word, In English, the plural form should be Baristas.

(I know you know this, just citing my sources :) source: https://en.wikipedia.org/wiki/Barista

Thank you for this great library.

pksunkara commented 8 years ago

Hey @chrismcleod

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.

chrismcleod commented 8 years ago

A very sympathetic decision 👍