From 931433e83db8b40cd98d8088fc6b46e7d17ac3ce Mon Sep 17 00:00:00 2001 From: Kim Biesbjerg Date: Sat, 28 Jan 2017 15:32:16 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea3c078..d28feb8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +If you like this project please show your support with a GitHub star. Much appreciated! + # ng2-translate-extract Extract translatable (ng2-translate) strings and save as a JSON or Gettext pot file. 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 order -c, --clean BOOLEAN Remove obsolete strings when merging + -e, --experimental BOOLEAN Use experimental AST Service Parser -h, --help Display help and usage details ```