Finds the plural form of most spanish words. Many exceptions are covered.
$ npm install --save pluralize-es
var plural = require('pluralize-es'); plural('universidad'); //=> 'universidades'
Type: string
string
The noun to make plural.