plurals / pluralize

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

Aegis should be singular #200

Open Froren opened 1 year ago

Froren commented 1 year ago
const pluralize = require('pluralize');

console.log(pluralize.isPlural('aegis'));
true
asp2809 commented 1 year ago

Hi, seems like a simple one, can I pick this up? Also, I think in the library, we don't have the plural for aegis i.e. aegides, will add that as well if that's fine.