rosaenlg-pluralize-es

4.3.0 • Public • Published

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.

Package Sidebar

Install

npm i rosaenlg-pluralize-es

Weekly Downloads

142

Version

4.3.0

License

MIT

Unpacked Size

8.06 kB

Total Files

5

Last publish

Collaborators

  • ludan.stoeckle