This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Inconsistent in en_US localization #12134
Closed
Description
Hi, during development on localizations I've noticed that in core angular code localization for en_US
looks different than in a file with localizations exposed as bower dep.
value in angular core
Line 36 in 291d7c4
value in bower dep
https://github.com/angular/bower-angular-i18n/blob/master/angular-locale_en-us.js#L118
I'm not sure which one is correct so don't want to create PR but would be great if we could have the same value in both cases.