improve extract i18n script

This commit is contained in:
Eugenio Romano
2017-11-07 22:08:39 +00:00
parent 5fff7fcb29
commit 348f4971ce
2 changed files with 45 additions and 13 deletions

View File

@@ -281,4 +281,17 @@ Add a package across all the pacakge json in the project
```sh
./npm-add-pkg.sh --save-dev NPM_NAME
```
***extract-langs.sh***
Extract the i18n files from the repo and create a zip
| Option | Description |
| --- | --- |
| -h or --help | show the help |
| --output or o | output folder otherwise will be 18n |
```sh
./extract-langs.sh
```