diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Currency symbol for es-CL is wrong #628

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. closure/goog/i18n/numberformatsymbolsext.js line 4080
2.
3.

What is the expected output? What do you see instead?
Expected "$", actual "€"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Note: we cannot accept patches without the contributor license agreement
being signed. See http://code.google.com/p/closure-
library/wiki/Contributors for more info.

Original issue reported on code.google.com by ejram...@uc.cl on 2 Mar 2014 at 10:41

GoogleCodeExporter commented 8 years ago
CL (Chile) uses CLP (Chilean Peso) according to Wikipedia, Chilean Embassy, CIA 
World Factbook, latest CLDR.

I have checked the code (for numberformatsymbolsext.js) and es_CL lists CLP as 
currency. And currency.js maps that to the '$' and 'CL$' "friendly names".
Also checked the history of numberformatsymbolsext.js, es_CL uses CLP since at 
least 2011 (I did not dig deeper).

Links:
* 
https://code.google.com/p/closure-library/source/browse/closure/goog/i18n/number
formatsymbolsext.js#4081
* 
https://code.google.com/p/closure-library/source/browse/closure/goog/i18n/curren
cy.js#282

I don't see the reported result.

Original comment by mn...@google.com on 3 Mar 2014 at 6:25

GoogleCodeExporter commented 8 years ago
confirmed that the code uses $

Original comment by Nicholas.J.Santos on 2 Apr 2014 at 7:55