1.0.0 • Published 8 years ago

pluralize-es v1.0.0

Weekly downloads
175
License
MIT
Repository
github
Last release
8 years ago

Pluralize-es

Finds the plural form of most spanish words. Many exceptions are covered.

Installation

$ npm install --save pluralize-es

Usage

var plural = require('pluralize-es');

plural('universidad');
//=> 'universidades'

API

plural(str)

str

Type: string

The noun to make plural.