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

Change thousands separator to comma #9358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cowsaymoe
Copy link

No description provided.

electrum/util.py Show resolved Hide resolved
Changed the `test_save_fiat_and_reset` test to be `1,000` instead of `1 000` since the new separator is a comma not a space.
@cowsaymoe cowsaymoe requested a review from keharv December 13, 2024 20:17
@SomberNight
Copy link
Member

related #8139

It was a deliberate choice not to use "." and "," for dp and ts, as some countries use "." and "," and others do the exact opposite with "," and ".".
I think it is a bad idea to hardcode any one of those.
At most, we could do what the system locale suggests. Or keep the status quo.

Btw, you should provide some justification for this kind of change and take the time to find, read, and link back to prior discussion.

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

Successfully merging this pull request may close these issues.

3 participants