Hi Pawel! thanks for all you do, your angularjs "Matering Web App..." book has been a great help to me and our team.
When I click the link you provided, I see a page with a link to "Google Closure i18N library". I click that but get a broken link. But I found the Google Closure library on Github and navigated to the i18N folder, this url: https://github.com/google/closure-library/blob/master/closure/goog/i18n I'm trying to check the source of the data as you advised. Looking at currency.js in that closure i18N folder I see it lists currencies and these appear to be correct for Latin American countries such as Mexico, Chile, Columbia etc. So if this is the source data, then it appears to be correct and thus the extraction process may be wrong (but I'm not familiar with closure or extraction process so I'm just trying to draw conclusions here). Makes sense? Is the extraction code available to investigate? If the extraction code had an error then where should the issue go? thanks again Denis On Tuesday, May 20, 2014 10:52:25 AM UTC-7, Pawel Kozlowski wrote: > > Hi! > > Those files are generated automatically, check > > https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-found-an-issue > > for more info. So you should firstly check source of those data to > determine if the source is wrong or maybe the extraction process have > failed. > > Cheers, > Pawel > > On Tue, May 20, 2014 at 7:47 PM, Denis O'Sullivan > <deni...@hotmail.com<javascript:>> > wrote: > > Hi all, looking on angular hosted code > > (https://code.angularjs.org/1.2.9/i18n/) the locale files for some > latin > > american countries appear to be incorrect. The locale file > > "NUMBER_FORMATS"."CURRENCY_SYM" value is "\u20ac" for the following > > countries: > > Argentina (https://code.angularjs.org/1.2.9/i18n/angular-locale_es-ar.js) > > > Chile (es-cl), > > Columbia (es-co), > > Mexico (es-mx), > > Uruguay (es-uy) and > > Venezuela (es-ve) > > > > That currency symbol ("\u20ac") is the Euro and the same as fr-fr France > > (https://code.angularjs.org/1.2.9/i18n/angular-locale_fr-fr.js), which > is > > wrong for the Latin American countries. > > > > Does anyone know why? > > > > Are these latin american countries just wrong in angulars locale file > and do > > I need to correct my copy of these locale files to what the currency > should > > be? > > (plus any numeric formatting) > > > > > > I note that Brazils file is using the correct currency symbol > > "CURRENCY_SYM": "R$". > > > > any help is welcome > > thanks > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "AngularJS" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to angular+u...@googlegroups.com <javascript:>. > > To post to this group, send email to ang...@googlegroups.com<javascript:>. > > > Visit this group at http://groups.google.com/group/angular. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > AngularJS book: > http://www.packtpub.com/angularjs-web-application-development/book > Looking for bootstrap-based widget library for AngularJS? > http://angular-ui.github.com/bootstrap/ > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.