*: update translation script readme

This commit is contained in:
Andrey Meshkov 2019-12-24 11:45:02 +03:00
parent 670810c433
commit dfe47ab33b
1 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,9 @@ 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.
Examples:
```
TWOSKY_URI=https://twosky.example/api/v1 TWOSKY_CLIENT_ID=adguardhome node download.js
TWOSKY_URI=https://twosky.example/api/v1 TWOSKY_CLIENT_ID=adguardhome node upload.js
```