# locale-en-gb

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

or `yarn`:

```shell
yarn add locale-en-gb
```

Then import it as any other package:

```js
import locale from 'locale-en-gb'
```

## en-gb locale
Last updated 2015-10-11.

### Translators: 
- Andrew Dunning
- Sebastian Karcher
- Rintze M. Zelle

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