osrec / currencyFormatter.js

A super simple currency formatting library
MIT License
633 stars 61 forks source link

Wrong format MXN #41

Open bglobalnet opened 4 years ago

bglobalnet commented 4 years ago

Hi,

The format of the MXN is wrong, I fix this by changing:

es_MX: { h: 'es' },

To:

es_MX: { p: '!#,##0.00', g: ',', d: '.' },

In all js files.

I hope this can help.

Thank you,