Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-15992 ar with latn digits: change currency formats to have symbol trailing #2338

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/main/ar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6282,11 +6282,11 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<currencyFormats numberSystem="latn">
<currencyFormatLength>
<currencyFormat type="standard">
<pattern>‏¤ #,##0.00;‏-‏¤ #,##0.00</pattern>
<pattern>‏#,##0.00 ¤;‏-#,##0.00 ¤</pattern>
<pattern alt="noCurrency" draft="provisional">#,##0.00</pattern>
</currencyFormat>
<currencyFormat type="accounting">
<pattern>؜¤#,##0.00;(؜¤#,##0.00)</pattern>
<pattern>؜#,##0.00¤;(؜#,##0.00¤)</pattern>
<pattern alt="alphaNextToNumber">؜#,##0.00 ¤;(؜#,##0.00 ¤)</pattern>
<pattern alt="noCurrency">#,##0.00;(#,##0.00)</pattern>
</currencyFormat>
Expand Down