swestrich / pluralize-es

Pluralized forms of nounds in spanish for node.js
MIT License
8 stars 2 forks source link

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.