-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationstate: confirmedstate: has PRtype: bug/fix
Milestone
Description
🐞 bug report
Affected Package
The issue is caused by package @angular/localize^10.1.0-next.7Is this a regression?
Yes, the View Engine
extraction via AngularCompilerPlugin
write xlf attribute as:
<file source-language="en" datatype="plaintext" original="ng2.template">
Description
I call localize-extract
and get xlf file without original
attribute:
...
<file source-language="en" datatype="plaintext">
...
My CAT tool (OmegaT) cannot open this file.
🌍 Your Environment
Angular Version:
10.1.0-next.7
Metadata
Metadata
Assignees
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationstate: confirmedstate: has PRtype: bug/fix