tc39 / proposal-intl-numberformat-v3

Additional features for Intl.NumberFormat to solve key pain points.
MIT License
53 stars 12 forks source link

Allow approximately results to differ in plural form #137

Closed sffc closed 1 year ago

sffc commented 1 year ago

Fixes #112

It's not as lenient as I could be; it allows the approximately form to differ from the range form, but it requires that it be the same as the identity plural. I can make it more lenient if desired.