biesbjerg / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
524 stars 196 forks source link

Angular 13 clean fix #249

Open venraij opened 2 years ago

venraij commented 2 years ago

Fixes incompatibility with ng13.

This is a breaking update for all lower versions of angular because of the removal of the MethodCall class from @angular/compiler.

This pr also adds GitHub workflow testing.

Based on @bartholomej and @tiberiuzuld branches

pongells commented 2 years ago

Works for me. Is this repo still maintained? ping @biesbjerg

AmirSavand commented 2 years ago

The removal of "CommonJS" is really needed 👍🏻

venraij commented 2 years ago

For those that do want to implement it in some way easily, already use: https://www.npmjs.com/package/@misternick/ngx-translate-extract

Not a promise for LTS though, so keep your eyes peeled on this repo for now.

salimchemes commented 2 years ago

just tested and it works

bartholomej commented 2 years ago

Great job, guys! Actually, I still have two issues in this build.

Some more info and updates in my pullrequest Jeez! so many pull requests! 😁