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

Feature Request: Show float values in current locale formatting (e.g. "2.030,51" instead of "2030.51" #93

Closed
kalwados opened this issue Jul 21, 2023 · 1 comment

Comments

@kalwados
Copy link

As of V0.4.9, float values in the main screen web.html are formatted with US/English locale settings, using a dot (point) as decimal separator. For values greater that 999 there is no thousand seperator.

My proposal is to make use of the current locale settings from the browser, using value.toLocaleString() .

@steff393
Copy link
Owner

Done :-)

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

2 participants