angular-cli: Duplicate translations for message '9182224963637946835' when merging after update to Angular 13.1
Which @angular/* package(s) are the source of the bug?
localize
Is this a regression?
Yes
Description
After updating to Angular 13.1 i have ton of warnings in console that look like this:
WARNING [locales/messages.sr.xlf]: Duplicate translations for message ‘9088279543992873374’ when merging
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run ng version
)
Angular 13.1.1
Node 16.13.1
npm 8.1.2
Anything else?
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 4
- Comments: 16 (2 by maintainers)
Commits related to this issue
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id... — committed to bbarry/angular-cli by bbarry 2 years ago
- fix(@angular-devkit/build-angular): clean translations when reloading Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation... — committed to bbarry/angular-cli by alan-agius4 2 years ago
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id.... — committed to bbarry/angular-cli by bbarry 2 years ago
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id.... — committed to bbarry/angular-cli by bbarry 2 years ago
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id.... — committed to bbarry/angular-cli by bbarry 2 years ago
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id.... — committed to angular/angular-cli by bbarry 2 years ago
- fix(@angular-devkit/build-angular): load translations fresh start Currently when making a change while serving a localized application, duplicate translation warnings appear for every translation id.... — committed to angular/angular-cli by bbarry 2 years ago
@alan-agius4 You added freq1: low tag. It’s not low. It’s bug in production version of Angular that affects everybody who use localization. That’s not low number of people.
Same issue after upgrading to 13.1
we’ve got the same issue after upgrading to 13.1
I have the same problem after upgrading to v13
The warnings appears after the first rebuild (I mean, the first “build” while serving is ok, but if I modify a file I see this warnings)
I will try to create a new project to reproduce the problem
Same problem here also, started after upgrading to 13.1
We are facing the same issue after upgrading to the newest version. Glad to see we are not the only ones.
I confirm same behavior. @JoniJnm, have in mind that problem is just in 13.1. 13.0 is ok.