-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add approximately pattern #10
Comments
@sffc This seems like a nice feature. Were you saying there are currently questions about the data quality here? |
I'm working on the data quality issues upstream in https://unicode-org.atlassian.net/browse/CLDR-11431 |
See #24 |
2021-01-14: We agreed to use the approximately sign as the format when a range collapses down to one number, but not to expose the approximately sign as another option on |
Given https://unicode-org.atlassian.net/browse/CLDR-11431, the following is how we could add the approximately pattern to Intl.NumberFormat:
Expected outputs:
Alternatively, we could throw RangeError on the negative numbers, since the behavior with them is not well-defined in CLDR.
Related: #6
The text was updated successfully, but these errors were encountered: