Open Cyroex opened 8 months ago
@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. But.. boy those translations are rough/confusing/sound like dumb AI/wrong/misleading
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 ,
and .
are interpreted as separators in all languages)
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.