rosaenlg-pluralize-fr
v3.3.0
Published
Plural form for nouns in French
Downloads
1,944
Maintainers
Readme
rosaenlg-pluralize-fr
Is a fork of pluralize-fr (MIT) with new exceptions added. Feel free to make pull requests to add more.
Finds the plural form of most French words. Somes exceptions are covered.
TODO: composed words.
Installation
$ npm install --save rosaenlg-pluralize-fr
Usage
var plural = require('rosaenlg-pluralize-fr');
plural('jambe');
//=> 'jambes'
plural('oeil');
//=> 'yeux'
API
plural(str)
str
Type: string
The noun to make plural.