ngx-translate-extract
ngx-translate-extract copied to clipboard
Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
> [email protected] i18n:extract > ngx-translate-extract --input ./src --output ./src/assets/i18n/{en,da,de,fi,nb,nl,sv}.json --clean --format json node:internal/modules/cjs/loader:979 throw new ERR_REQUIRE_ESM(filename, true); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/ravikumar/ng-code/ng-ver/node_modules/@angular/compiler/fesm2015/compiler.mjs not supported. Instead change the...
After I upgraded Angular from 12 to 13 I got following error: ```bash yarn run v1.22.15 $ ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --format-indentation ' ' --sort --format namespaced-json --null-as-default-value...
Is this project dead? last update was 11 months ago. All the open PRs are being ignored. If this is dead, is there a trusted and maintained fork? Thank you.
## What is in this PR? - Building UMD ## Why? Because it no longer works with Angular 13. Issue: #246 ## Notes - Possible breaking changes! - Tested with:...
Hi, I have a typescript enum defined, but I want to translate each enum entry. I am using the marker to automatically extract all labels and store them in the...
Found 0 strings. Saving: - /root/ngx-translate-extract/src/assets/i18n/en.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/da.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/de.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/fi.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/nb.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/nl.json [CREATED] - /root/ngx-translate-extract/src/assets/i18n/sv.json [CREATED] Done.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
in windows, trying to save multiple file as example not working "i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/{en,da}.json --clean --format json" the command will create a file src/assets/118n{en,da}.json instead of the...
In my project I have several applications each with their own translation file but also several shared libraries. Each of these libraries also have a translation file and when I...
I'm using content projection to pass some text to a component and I want that translated: `General` ``` // app-card-title ``` When I run the translation extraction this shows up:...