pluralize-fr

Plural form for nouns in French

Usage no npm install needed!

<script type="module">
  import pluralizeFr from 'https://cdn.skypack.dev/pluralize-fr';
</script>

README

Pluralize-es

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.