PolymerElements / app-localize-behavior

Polymer behaviour to help internationalize your application
48 stars 55 forks source link

The "localize a currency" test is failing in Edge #68

Closed notwaldorf closed 7 years ago

notwaldorf commented 7 years ago

This is because the format.js library returns different things for french on Chrome vs Edge. Demo: http://jsbin.com/kubarih/edit?html,console

Chrome:

"Your french total is 10,00 $US"

Edge:

"Your french total is 10,00 $"