Numbering system option value not correctly passed to internal Intl.NumberFormat instances #819
Labels
bug
c: numbers
Component: numbers, currency, units
s: help wanted
Status: help wanted; needs proposal champion
Small
Smaller change solvable in a Pull Request
Milestone
new Intl.RelativeTimeFormat("en", {numberingSystem:"hanidec"}).format(2, "days")
is currently spec'ed to return the string"in 2 days"
instead of"in 二 days"
.new Intl.RelativeTimeFormat("en-u-nu-hanidec").format(2, "days")
is correctly spec'ed to return"in 二 days"
, though.InitializeRelativeTimeFormat
Should instead be:
Also applies to the
Intl.NumberFormat
instances in FormatDateTimePattern.The text was updated successfully, but these errors were encountered: