rosaenlg-pluralize-fr

Plural form for nouns in French

Usage no npm install needed!

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

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.