ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/PluralRules
Timothy Flynn 417a385db1 LibJS: Allow out-of-order plural ranges to be formatted
This is a normative change to the Intl NumberFormat V3 spec:
0c3d849
2022-07-26 10:46:08 -07:00
..
PluralRules.@@toStringTag.js
PluralRules.js LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions 2022-07-13 19:22:26 +01:00
PluralRules.prototype.resolvedOptions.js LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptions 2022-07-13 19:22:26 +01:00
PluralRules.prototype.select.js
PluralRules.prototype.selectRange.js LibJS: Allow out-of-order plural ranges to be formatted 2022-07-26 10:46:08 -07:00
PluralRules.supportedLocalesOf.js