2019-07-18 18:35:23 +03:00
|
|
|
## Twosky intergration script
|
2018-11-19 09:57:45 +03:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
2020-04-07 16:17:57 +03:00
|
|
|
- `npm install` Install the dependencies in the local node_modules folder
|
2020-09-16 17:42:57 +03:00
|
|
|
- `npm run locales:download` - Download and save all translations
|
|
|
|
- `npm run locales:upload` - Upload base `en` locale
|
|
|
|
- `npm run locales:summary` - Shows the current locales summary
|
2020-09-16 19:47:26 +03:00
|
|
|
- `npm run locales:unused` - Shows a list of unused strings
|
2018-11-19 09:57:45 +03:00
|
|
|
|
|
|
|
After download you'll find the output locales in the `client/src/__locales/` folder.
|