An open API service indexing awesome lists of open source software.

https://github.com/splincode/ngx-translate-extract-json

Extract translatable (ngx-translate) strings and save as a JSON
https://github.com/splincode/ngx-translate-extract-json

Last synced: 7 months ago
JSON representation

Extract translatable (ngx-translate) strings and save as a JSON

Awesome Lists containing this project

README

          

# ngx-translate-extract-json
Extract translatable (ngx-translate) strings and save as a JSON

# Install

``$ npm install ngx-translate-extract-json --save``

# Usage

``ngx-translate-extract-json -i test/src/**/i18n/*.json -o test/assets/i18n``

or

``ngx-translate-extract-json -i test/src/**/i18n/locale-name.json -o test/assets/i18n``

``-i`` - your json files and
``-o`` - output directory path