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
- Host: GitHub
- URL: https://github.com/splincode/ngx-translate-extract-json
- Owner: splincode
- License: mit
- Created: 2018-01-21T17:07:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T10:11:58.000Z (over 7 years ago)
- Last Synced: 2025-07-28T19:36:05.875Z (10 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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