emberjs / ember-inflector

ember-inflector goal is to be rails compatible.
MIT License
105 stars 81 forks source link

Plural of "cafe" is "caves" #481

Open cedriclinares123 opened 10 months ago

cedriclinares123 commented 10 months ago

The plural of "cafe" should be "cafes"

I think it is caused by this line in addon/lib/system/inflections.js [/(?:([^f])fe|([lr])f)$/i, '$1$2ves'],