Max Beckenbach
Results
1
comments of
Max Beckenbach
I am using this with nx workspace. Works perfect and supports nx affected. ``` "extract-i18n": { "executor": "ng-extract-i18n-merge:ng-extract-i18n-merge", "options": { "browserTarget": "web:build", "format": "xlf", "outputPath": "apps/web/src/locales", "targetFiles": ["messages.de-DE.xlf"] } },...