plurals / pluralize

Pluralize or singularize any word based on a count
MIT License
2.15k stars 184 forks source link

Plural of "feedback" is "feedback" #198

Open chiubaka opened 1 year ago

chiubaka commented 1 year ago

Currently returns "feedbacks", when "feedback" is generally considered uncountable, so the return should be "feedback".

Should be solvable with pluralize.addUncountableRule("feedback").