rosaenlg-pluralize-fr

3.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i rosaenlg-pluralize-fr

Weekly Downloads

268

Version

3.3.0

License

MIT

Unpacked Size

7.64 kB

Total Files

5

Last publish

Collaborators

  • ludan.stoeckle