# locale-fr-fr

[![](https://flat.badgen.net/npm/v/locale-fr-fr)](https://npmjs.org/package/locale-fr-fr)
[![](https://flat.badgen.net/badge/license/MIT/blue)][mit]
[![](https://flat.badgen.net/badge/license/CC-BY-SA/blue)][cc-by-sa-3.0]

NPM package for the fr-fr CSL citation locale.

This is a JSON serialized version of the canonical XML based version.

Data is provided by the [Citation Style Language project](https://citationstyles.org).
This project is currently an independent venture.

## Usage
Install the package using `npm`:

```shell
npm install --save locale-fr-fr
```

or `yarn`:

```shell
yarn add locale-fr-fr
```

Then import it as any other package:

```js
import locale from 'locale-fr-fr'
```

## fr-fr locale
Last updated 2012-7-5.

### Translators: 
- Grégoire Colly

## License
The code in this library is licensed under the [MIT license][mit], by the actual locale is licensed under the [CC-BY-SA 3.0 license][cc-by-sa-3.0].

[mit]: https://opensource.org/licenses/MIT
[cc-by-sa-3.0]: https://creativecommons.org/licenses/by-sa/3.0/
