We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
primitives
we format units like:
core/crates/primitives/src/utils/units.rs
Lines 245 to 248 in 74717c0
only supporting .:
.
Line 263 in 74717c0
it would be nice if we can support locale settings, but we only need "." and "," here really.
we can make this work with a helper enum, like enum DecimalSeparator {Command, Period}
enum DecimalSeparator {Command, Period}
format_units_with(..., DecimalSeparator::Period)
maybe @Rimeeeeee
No response
The text was updated successfully, but these errors were encountered:
Will look into this :)
Sorry, something went wrong.
Rimeeeeee
Successfully merging a pull request may close this issue.
Component
primitives
Describe the feature you would like
we format units like:
core/crates/primitives/src/utils/units.rs
Lines 245 to 248 in 74717c0
only supporting
.
:core/crates/primitives/src/utils/units.rs
Line 263 in 74717c0
it would be nice if we can support locale settings, but we only need "." and "," here really.
we can make this work with a helper enum, like
enum DecimalSeparator {Command, Period}
TODO
format_units_with(..., DecimalSeparator::Period)
maybe @Rimeeeeee
Additional context
No response
The text was updated successfully, but these errors were encountered: