-
Notifications
You must be signed in to change notification settings - Fork 73
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
When entering price on QWERTZ NumBlock automagically change/replace "NumBlockComma" to "Fullstop" #330
Comments
@Cyroex Thanks for flagging, I think that we can update to handle different decimal separators. Right now, the decimal and thousands separators are determined by locale. |
@moo-onthelawn @aforaleka Do you think we should remove locale handling for these separators and instead have a settings menu to allow users to change to whichever number representation they want? |
When i change the interface to "Deutsch" setting in the top menu it works as expected. Side question: Is it possible to contribute to uk/us (english) -> de/at/ch (german) translation? (one way) |
hmm @jaredvu, that makes sense, but a bit concerned it would feel too hidden to be discoverable for most users (I feel like the preferences dialog isn't super used). Would be curious to dig into other number representation settings that we might want to configure - if this is the only one, I'm partial to updating number separator handling to be universal across languages ( i.e |
On QWERTZ keyboards like mine there is a "," (comma) on the numblock but the price input field expects a dot "." (decimal point)
For example: I want to buy DOGE at 200 dollar and 1 cent i enter: "200,01" which should be interpreted as "200.01".
Hope you know what i mean. Thank you.
The text was updated successfully, but these errors were encountered: