# pluralize-es **Repository Path**: mirrors_jfromaniello/pluralize-es ## Basic Information - **Project Name**: pluralize-es - **Description**: Pluralized forms of nounds in spanish for node.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pluralize-es > Finds the plural form of most spanish words. Many exceptions are covered. ## Installation ``` $ npm install --save pluralize-es ``` ## Usage ```js var plural = require('pluralize-es'); plural('universidad'); //=> 'universidades' ``` ## API ### plural(str) #### str Type: `string` The noun to make plural.