tj / lingo

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

Fix for singularizing categories and series #8

Closed dbrain closed 13 years ago

dbrain commented 13 years ago

Hi,

I've put in a fix to the regex (ordering and some rules) for singularizing categories to category and series to series. Couldn't get the tests running (expresso was whinging) but made my own little assert.equals functions and ran tests through there successfully.

Thanks!