Skip to content

swestrich/pluralize-es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pluralized forms of nounds in spanish for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages