Skip to content

bazzooka/pluriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluralize-fr

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.

About

Pluriel des noms en français

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published