2019-07-18 15:35:23 +00:00
|
|
|
## Twosky intergration script
|
2018-11-19 06:57:45 +00:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
2020-04-07 13:17:57 +00:00
|
|
|
- `npm install` Install the dependencies in the local node_modules folder
|
|
|
|
- `npm run locales:download` Download and save all locales
|
|
|
|
- `npm run locales:upload` Upload base `en` locale
|
2018-11-19 06:57:45 +00:00
|
|
|
|
|
|
|
After download you'll find the output locales in the `client/src/__locales/` folder.
|