ngx-translate-extract/README.md

15 lines
405 B
Markdown
Raw Normal View History

2016-12-03 17:09:39 +03:00
# ng2-translate-extract
Extract strings from projects using ng2-translate to json or pot files.
## Install
1. `git clone https://github.com/biesbjerg/ng2-translate-extract.git`
2. `cd ng2-translate-extract`
3. `npm install`
## Try it out
1. Run `npm run watch` in a separate terminal
2. Edit `src/test.ts` to your likings
3. `node dist/test.js` to run it
**THIS IS STILL VERY MUCH A WORK IN PROGRESS**