rosaenlg-pluralize-es
v4.3.0
Published
Plural form for nouns in Spanish
Downloads
760
Maintainers
Readme
rosaenlg-pluralize-es
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.
Installation
$ npm install --save rosaenlg-pluralize-es
Usage
var plural = require('rosaenlg-pluralize-es');
plural('universidad');
//=> 'universidades'
API
plural(str)
str
Type: string
The noun to make plural.