Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
Go to file
2016-12-04 22:53:59 +01:00
src Move glob patterns to extractor 2016-12-04 22:53:59 +01:00
.gitignore Initial commit 2016-12-03 15:09:39 +01:00
package.json Initial commit 2016-12-03 15:09:39 +01:00
README.md Initial commit 2016-12-03 15:09:39 +01:00
tsconfig.json Clean up tsconfig 2016-12-04 22:52:10 +01: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