Package Exports
- pluralize-fr
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pluralize-fr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Pluralize-es
Finds the plural form of most french words. Many exceptions are covered.
Installation
$ npm install --save pluralize-fr
Usage
var plural = require('pluralize-fr');
plural('jambe');
//=> 'jambes'
plural('oeil');
//=> 'yeux'
API
plural(str)
str
Type: string
The noun to make plural.