ngx-i18nsupport
ngx-i18nsupport copied to clipboard
Source being pulled from node_modules
xi18n is pulling srouce string from node_modules
"extract-i18n": "ng xi18n esor --format xlf --output-path i18n && ng run esor:xliffmerge",
"xliffmerge": {
"builder": "@ngx-i18nsupport/tooling:xliffmerge",
"options": {
"xliffmergeOptions": {
"i18nFormat": "xlf",
"srcDir": "i18n",
"genDir": "i18n",
"defaultLanguage": "en",
"beautifyOutput": true,
"allowIdChange": true,
"removeUnusedIds": true,
"languages": [
"en",
"fr"
]
}
}
}

This is a problem in angular's i18n extraction and not in xliffmerge. See https://github.com/angular/angular-cli/issues/18885