0.0.10 • Published 1 month ago

ngx-i18n-extract-regex-cli v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

npm version Build & Publish

Tool for extracting translations from Angular app using regex

Install

Nodejs 12 or higher need to be installed first

npm install -g ngx-i18n-extract-regex-cli

or

yarn global add ngx-i18n-extract-regex-cli

Quick start

Go to command line and type

ngx-i18n-extract-regex --help

Options

OptionTypeDefaultDescription
librarytransloco, ngx-translatetranslocoTarget i18n library
cwdstringsrcCurrent working directory
sourcestring[]app/**/*.ts', 'app/**/*.htmlPath to source files
langsstring[]assets/i18n/*.jsonPath to language files
default-valuestring███Default string
dry-runbooleanfalseRun process without writing results
encodingutf-8, ascii, utf8, utf16le, ucs2, ucs-2, base64, latin1, binary, hexutf-8Encoding for writing results

License

Copyright © 2024 Dominik Hladik

All contents are licensed under the MIT license.

0.0.10

1 month ago

0.0.9

1 month ago

0.0.8

2 months ago

0.0.7

4 months ago

0.0.5

5 months ago

0.0.6

5 months ago

0.0.3

5 months ago