-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Command
extract-i18n
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
The extracted translations from the extract-i18n
builder include trans-units from unused templates/components unless these components import and use the $localize
function. This is the case for both app components as well as library components.
Minimal Reproduction
Reproduction repository: https://github.com/fischeversenker/ng-decorator-tree-shaking
(don't be fooled by the name of the repository. I re-used an existing repro-repo.)
In essence:
- Import a library module that exports components with translatable strings but where the components don't use the
$localize
function - don't use any of these components in your app
- run
extract-i18n
on your app and verify that the generatedmessages.xlf
file contains unused translations from these components
Exception or Error
No response
Your Environment
Angular CLI: 14.2.6
Node: 16.16.0
Package Manager: yarn 1.22.19
OS: linux x64
Angular: 14.2.7
... animations, common, compiler, compiler-cli, core, forms
... localize, platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1402.6
@angular-devkit/build-angular 14.2.6
@angular-devkit/core 14.2.6
@angular-devkit/schematics 14.2.6
@angular/cli 14.2.6
@schematics/angular 14.2.6
ng-packagr 14.2.2
rxjs 7.5.7
typescript 4.7.4
Anything else relevant?
No response