Is a fork of pluralize-es (MIT) with new exceptions added. Feel free to make pull requests to add more.
Finds the plural form of most spanish words. Many exceptions are covered.
$ npm install --save rosaenlg-pluralize-es
var plural = require('rosaenlg-pluralize-es');
plural('universidad');
//=> 'universidades'
Type: string
The noun to make plural.