+ translations: add twosky integration

This commit is contained in:
Ildar Kamalov
2019-07-18 18:35:23 +03:00
parent a9fbb93f0f
commit 3b0f2e5563
19 changed files with 2283 additions and 2041 deletions

View File

@@ -1,13 +1,11 @@
## OneSky intergration script
## Twosky 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
TWOSKY_URI=<API URI> TWOSKY_CLIENT_ID=<PROJECT ID> node download.js
TWOSKY_URI=<API URI> TWOSKY_CLIENT_ID=<PROJECT ID> node upload.js
```
After download you'll find the output locales in the `client/src/__locales/` folder.