Update README
This commit is contained in:
parent
124b4a8dd0
commit
931433e83d
@ -1,3 +1,5 @@
|
|||||||
|
If you like this project please show your support with a GitHub star. Much appreciated!
|
||||||
|
|
||||||
# ng2-translate-extract
|
# ng2-translate-extract
|
||||||
Extract translatable (ng2-translate) strings and save as a JSON or Gettext pot file.
|
Extract translatable (ng2-translate) strings and save as a JSON or Gettext pot file.
|
||||||
Merges with existing strings if the output file already exists.
|
Merges with existing strings if the output file already exists.
|
||||||
@ -33,5 +35,6 @@ Options:
|
|||||||
-s, --sort BOOLEAN Sort translations in the output file in alphabetical
|
-s, --sort BOOLEAN Sort translations in the output file in alphabetical
|
||||||
order
|
order
|
||||||
-c, --clean BOOLEAN Remove obsolete strings when merging
|
-c, --clean BOOLEAN Remove obsolete strings when merging
|
||||||
|
-e, --experimental BOOLEAN Use experimental AST Service Parser
|
||||||
-h, --help Display help and usage details
|
-h, --help Display help and usage details
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user