rosaenlg-pluralize-es

Plural form for nouns in Spanish

Usage no npm install needed!

<script type="module">
  import rosaenlgPluralizeEs from 'https://cdn.skypack.dev/rosaenlg-pluralize-es';
</script>

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.