-
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 PluralRules selectRange #16
Comments
UTS 35 briefly discusses plural rules for ranges: https://unicode.org/reports/tr35/tr35-numbers.html#Plural_Ranges |
I can probably expand my |
The spec is here: https://unicode.org/reports/tr35/tr35-numbers.html#Plural_Ranges The data is here: https://github.com/unicode-org/cldr/blob/master/common/supplemental/pluralRanges.xml |
By spec I actually meant a spec for the As a first step I'll need to add the data to |
Number ranges have their own rules for plural selection. CLDR has this data. Consider exposing it in JavaScript via PluralRules.prototype.selectRange().
https://unicode-org.atlassian.net/browse/ICU-21190
The text was updated successfully, but these errors were encountered: