JSPM

pluralize-fr

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 308
  • Score
    100M100P100Q94177F
  • License MIT

Plural form for nouns in French

Package Exports

  • pluralize-fr

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pluralize-fr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.