Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json |
ng2-translate-extract
Extract strings from projects using ng2-translate to json or pot files.
Install
git clone https://github.com/biesbjerg/ng2-translate-extract.git
cd ng2-translate-extract
npm install
Try it out
- Run
npm run watch
in a separate terminal - Edit
src/test.ts
to your likings node dist/test.js
to run it
THIS IS STILL VERY MUCH A WORK IN PROGRESS