tj / lingo

Linguistics module for Node - inflection, transformation, i18n and more
MIT License
270 stars 32 forks source link

Adding "play" to the irregular words list #28

Closed WickedSik closed 11 years ago

WickedSik commented 11 years ago

I am pretty sure the plural of "play" is "plays"

ricardograca commented 11 years ago

I think a better fix is to change this line to .plural(/(a|o|e)y$/i, "$1ys"), but anyway you're probably wasting your time as this project seems to be dead.

WickedSik commented 11 years ago

@ricardograca Thanks for replying anyway. I think I'll just take over the project then. I have seen it used in quite a bit of npm modules.