<h1 align="center" >🌍 ACNH Translations Sheet to JSON</h1>

<p align="center">  
<a href="https://david-dm.org/Stun3R/acnh-translations">  
    <img alt="" src="https://david-dm.org/Stun3R/acnh-translations/status.svg?style=flat-square">  
</a>  
<a href="https://prettier.io/">  
    <img alt="" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">  
</a> 
<br>  
<a href="https://npmjs.com/package/@stun3r/acnh-translations">  
    <img alt="" src="https://img.shields.io/npm/v/@stun3r/acnh-translations/latest.svg?style=flat-square">  
</a>  
<a href="https://npmjs.com/package/@stun3r/acnh-translations">  
    <img alt="" src="https://img.shields.io/npm/dt/@stun3r/acnh-translations.svg?style=flat-square">  
</a>  
</p>  
  
  The goal of this project is to convert the Animal Crossing: New Horizons [community translations spreadsheet](https://docs.google.com/spreadsheets/d/1BjqVeqIrfEezvyrWLUrwMjmK_UbY2LXkZ12mttamTtk/edit#gid=425952045) into JSON

## Usage with Yarn

```javascript
yarn add @stun3r/acnh-translations
```

Then import/require it in your project

## Usage with Npm

```javascript
npm install --save @stun3r/acnh-translations
```

Then import/require it in your project

## Development

Running with watcher

```bash
$ yarn start
```

Running build:

```bash
$ yarn build
```

## License

[MIT License](./LICENSE) - Copyright (c) Thibaut DAVID

> Big thanks to @LavaToaster
> [https://github.com/NooksBazaar/google-sheets-to-json](https://github.com/NooksBazaar/google-sheets-to-json)
