Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

French negative currency pattern is wrong (Localization issue) #7084

Closed
MathieuTricoire opened this issue Apr 11, 2014 · 3 comments
Closed

Comments

@MathieuTricoire
Copy link
Contributor

The french negative currency pattern is wrong but it's ok in google closure I18N library.

AngularJs file:

CURRENCY_PATTERN: '#,##0.00\u00A0\u00A4;(#,##0.00\u00A0\u00A4)',

Google closure file: https://code.google.com/p/closure-library/source/browse/closure/goog/i18n/numberformatsymbols.js#1282

The solution seems simple : run i18n/update-closure.sh, run i18n/generate.sh and build a package.
But the impact in i18n/closure directory is big !

There is a reason to not include that in the release process ?

@revolunet
Copy link
Contributor

+1

1 similar comment
@YoannDelpierre
Copy link

+1

@Narretz
Copy link
Contributor

Narretz commented Jul 21, 2014

This seems fixed in master. There are more general attempts to keep the locale data updated here: #6179, #7702

@Narretz Narretz closed this as completed Jul 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants