Currency pipe does not properly format when using bulgarian locale #56907
Labels
area: i18n
Issues related to localization and internationalization
Milestone
8000
Which @angular/* package(s) are the source of the bug?
common
Is this a regression?
No
Description
Trying to format a value using the currency pipe and the bulgarian locale. The value comes out unformatted.
BG: {{ 222133213 | currency : 'BGN' : 'BGN ' : '1.2-2' : 'bg' }} comes out as 222133213,00 BGN when it should be 222,133,213.00 according to the currency chart here.
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/angular-forkjoin-vs-merge?file=src%2Fapp%2Fapp.component.ts
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: