tj / lingo

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

pluralize changes video to videoes #16

Closed drudge closed 12 years ago

drudge commented 12 years ago

The culprit:

  .plural(/(s|ss|sh|ch|x|o)$/i, "$1es")