From b46a91475665d0dc3cba24609064c2063eec3ca8 Mon Sep 17 00:00:00 2001 From: Kim Biesbjerg Date: Wed, 5 Aug 2020 12:59:00 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa14f37a..f0d5d176 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ Examples: ngx-translate-extract -i './src/**/*.{ts,tsx,html}' -o strings.json Extract from ts, tsx and html ngx-translate-extract -i './src/**/!(*.spec).{ts,html}' -o Extract from ts, html, excluding files with ".spec" strings.json +``` ## Note for GetText users -Please pay attention of which version of `gettext-parser` you actually use in your project. For instance, `gettext-parser:1.2.2` does not support HTML tags in translation keys. \ No newline at end of file +Please pay attention of which version of `gettext-parser` you actually use in your project. For instance, `gettext-parser:1.2.2` does not support HTML tags in translation keys.