tj / lingo

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

Is this english rule right? #10

Closed thevinci closed 1 year ago

thevinci commented 12 years ago

I see this in the english file

en.singular(/ies$/i, 'ie')

Should this be?

en.singular(/ies$/i, 'y')  
tremby commented 11 years ago

Sometimes yes, sometimes no.

Some from the no camp:

Some from the yes camp: