Move translations script to scripts folder

This commit is contained in:
Ildar Kamalov
2018-11-19 09:57:45 +03:00
parent ced5499083
commit 3779407291
14 changed files with 436 additions and 82 deletions

View File

@@ -0,0 +1,13 @@
## OneSky intergration script
### Usage
Rename `oneskyapp.json.dist` to `oneskyapp.json` and put your data in appropriate fields.
```
npm install
node download.js
node upload.js
```
After download you'll find the output locales in the `client/src/__locales/` folder.