ngx-translate-extract icon indicating copy to clipboard operation
ngx-translate-extract copied to clipboard

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file

Results 84 ngx-translate-extract issues
Sort by recently updated
recently updated
newest added

Hi, Today i see ngx-translate-extract supports JSON file creation for display string of script files. We are thinking to use I18n inbuilt Angular feature for "Template translation". But because that...

Hi! If I use Translate pipe for component input definition, extractor don't add a string in locale json. ![image](https://user-images.githubusercontent.com/25117312/123825521-a4558a80-d907-11eb-97da-43bc6b7e5d41.png) ![image](https://user-images.githubusercontent.com/25117312/123825618-bb947800-d907-11eb-8fde-ad999a0ea0b6.png) Here is output of parseTemplate function: ![image](https://user-images.githubusercontent.com/25117312/123829089-d0263f80-d90a-11eb-94be-08f6087354e5.png) As you can...

Beacause in my project has too many file. I want add ngx-translate-extract command to husky. But it show very many message, i can't see message error if commit error.

I'm using primeng and ngx-translate in my project. To Support i18n for primeng I added the primeng section to my i18n files (see [here](https://primefaces.org/primeng/showcase/#/i18n)). But when running the i18n extract...

### Environment Angular: 8.2.14 ngx-translate-extract: 5.0.1 and 7.0.3 ### Description I'm trying to extract the string from a Pipe. This Pipe extends from TranslatePipe. ### Code ``` import { DatePipe...

Hi @biesbjerg , I constantly hit a very simple-to-fix issue. The .editorconfig forces IDE to add a new line in the end of the file, and the regenerate command removes...

> I've done some testing and found that Node v11.5.0 or newer is required (to support array.flat()) which is reflected in v6.0.1 @biesbjerg How about not using `Array.prototype.flat()`? There are...

enhancement

I have added the marker option to the input params again, as this feature got lost in the later versions

Consider this example somewhere in a `.ts` file: ``` return [this.translator.instant("label"), value].join(": "); ``` When I run the extract, an additional translation key `: ` is added. This works fine:...