3.3.0 • Published 7 months ago

rosaenlg-pluralize-fr v3.3.0

Weekly downloads
119
License
MIT
Repository
github
Last release
7 months ago

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.

3.3.0

7 months ago

3.2.2

9 months ago

3.2.1

9 months ago

3.2.0

10 months ago

2.3.0

1 year ago

2.4.0

1 year ago

2.3.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.2.6

2 years ago

2.2.3

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.1.2

2 years ago

2.0.3

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.0.4

2 years ago

2.1.0

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago