Finds the plural form of most french words. Many exceptions are covered.
$ npm install --save pluralize-fr
var plural = require('pluralize-fr');
plural('jambe');
//=> 'jambes'
plural('oeil');
//=> 'yeux'Type: string
The noun to make plural.
| Name | Name | Last commit date | ||
|---|---|---|---|---|