# locale-es-es

[![](https://flat.badgen.net/npm/v/locale-es-es)](https://npmjs.org/package/locale-es-es)
[![](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 es-es 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-es-es
```

or `yarn`:

```shell
yarn add locale-es-es
```

Then import it as any other package:

```js
import locale from 'locale-es-es'
```

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

### Translators: 
- javimat

## 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/
