We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"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" ] } } }
The text was updated successfully, but these errors were encountered:
This is a problem in angular's i18n extraction and not in xliffmerge. See angular/angular-cli#18885
Sorry, something went wrong.
No branches or pull requests
xi18n is pulling srouce string from node_modules
The text was updated successfully, but these errors were encountered: