ng-extract-i18n-merge icon indicating copy to clipboard operation
ng-extract-i18n-merge copied to clipboard

Extract and merge i18n xliff translation files for angular projects.

Results 16 ng-extract-i18n-merge issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When adding new strings for translations with the setting `"newTranslationTargetsBlank": "omit",` I get the following error `Cannot read property 'attr' of undefined` **Setup/Configuration** ``` "extract-i18n-merge": { "builder":...

bug

**Is your feature request related to a problem? Please describe.** Setting "includeContext": false, to false removes the context from the Angular generated file **Describe the solution you'd like** Merge should...

enhancement

Hello, Could it be possible to support Nx by at least be able to handle both angular.json and workspace.json ? I'm using a workspace.json file instead of angular.json and target...

enhancement
help wanted

I noticed the native angular now supports exporting in JSON, and it would be nice if this did to. Great work on this this project thanks a ton.

enhancement
help wanted

Using angular version 11 (haven't had the time to upgrade) ![Error](https://user-images.githubusercontent.com/31982496/175519778-78ab7226-a878-44ae-9c36-e7e559aba0a6.png)

enhancement
help wanted

I intend to maintain this library over the coming years. Since I have other things to do as well, this can only be done on a "best effort" basis. This...

help wanted

First of all, thank you for creating this very handy library! I'm using a monorepo with NRWL with multiple angular apps. Currently I'm using one translation file per application, but...

question

**Describe the bug** The single quote caracter ' keeps alternating between being encoded to ' and being left as is from one extract to the next, resulting in massive diffs....

bug

The tool does not update "description" info in target language .xlf files when "description" part in i18n attribute is updated. I am referring to DESCRIPTION part in the code example...

bug

Angular is now allowing extraction to .arb format which is essentially a json and it seems it has all the same infor as .xlf format. Documentation is here [https://angular.io/guide/i18n-common-translation-files#change-the-source-language-file-format](https://angular.io/guide/i18n-common-translation-files#change-the-source-language-file-format) and...

enhancement