Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Euro formatting #16

Open
rutgerrrrr opened this issue May 15, 2017 · 0 comments
Open

Incorrect Euro formatting #16

rutgerrrrr opened this issue May 15, 2017 · 0 comments

Comments

@rutgerrrrr
Copy link

Hi,

The Euro formatting seems to be incorrect as is uses a comma to separate decimals. E.g:
Correct formatting:
€ 1.234.567,89

Current & incorrect formatting:
€ 1,234,567.89

This would be fixable by replacing:
"EUR":{ "money_format":"€{{amount}}", "money_with_currency_format":"€{{amount}} EUR" },

width:

"EUR":{ "money_format":"€{{amount_with_comma_separator}}", "money_with_currency_format":"€{{amount_with_comma_separator}} EUR" },

in jquery.currencies.js & in jquery.currencies.min.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant