plurals / pluralize

Pluralize or singularize any word based on a count
MIT License
2.16k stars 184 forks source link

Plural of 'by' is 'bys', got 'bies' #181

Closed amitbeck closed 3 years ago

amitbeck commented 3 years ago

When I run the following, it returns "bies". AFAIK the correct pluralization of "by" is "bys".

pluralize("by") // => "bies"

pluralize("Added by") // => "Added bies"
blakeembrey commented 3 years ago

Thanks for the report. I'm going to keep this package limited to largely nouns though, since it'd require a lot more work to understand the entire English language and that might be better by just re-using some dictionary.