Caridy Patiño

Results 457 comments of Caridy Patiño

fixed by https://github.com/andyearnshaw/Intl.js/issues/171 update: this is not fixed yet.

@vectart something happen when attempting to test your test, I ended up copying that as part of the automation process, and I still see a bunch of differences, some of...

We will need some investigation here. If the data is in CLDR, and if browsers support this feature. Can you provide examples of the result from modern browsers?

yes, that's correct! any help on that direction will be appreciated :)

@jjlueck-tock this seems like a problem in CLDR 28, if you look here: https://github.com/andyearnshaw/Intl.js/blob/master/locale-data/json/en-AU.json#L72-L73 there are no spaces in the pattern, and that's why Intl.js produces that. I will double...

working on it :)

I'm at tc39 meeting this week, will try to get the package out there but it is always challenging. I need help testing master in all browsers that we are...

We don't really produce those, we bring them from CLDR, feel free to open a bug for them: unicode.org/cldr/trac/newticket

@miracle2k can you provide more details? specifically, the exact configuration you're using, the input and the output from the polyfill, and the output from chrome/ff and co.

Firefox: ``` js new Intl.NumberFormat('en', {currency: 'IRR', style: 'currency'}).format(10000) "IRR10,000.00" ```