Which @angular/* package(s) are relevant/related to the feature request?
common
Description
According to this line, CLDR v41 is currently used to generate the locales in the @angular/common package.
v42 of CLDR was released on 2022-10-19 here and includes some changes to currency formatting, including a new, preferred, alphaNextToNumber format.
Please see additional links here and here
Proposed solution
Update CLDR to version 42, and implement changes to allow formatting based on alphaNextToNumber formats
Alternatives considered
Use CLDR version 41, and keep formatting as is.
Which @angular/* package(s) are relevant/related to the feature request?
common
Description
According to this line, CLDR v41 is currently used to generate the locales in the
@angular/commonpackage.v42 of CLDR was released on 2022-10-19 here and includes some changes to currency formatting, including a new, preferred,
alphaNextToNumberformat.Please see additional links here and here
Proposed solution
Update CLDR to version 42, and implement changes to allow formatting based on
alphaNextToNumberformatsAlternatives considered
Use CLDR version 41, and keep formatting as is.