1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/PluralRules
Timothy Flynn 5b3b14be0a LibJS: Move resolution of some Intl.NumberFormat options to a common AO
This is a normative change in the Intl.NumberFormat V3 spec. See:
29acfc6

This is to allow Intl.PluralRules to use these options, as they were in-
effect required by later AOs anyways.
2023-01-30 12:19:14 -05:00
..
PluralRules.@@toStringTag.js LibJS: Implement a nearly empty Intl.PluralRules object 2022-01-28 19:38:47 +00:00
PluralRules.js LibJS: Move resolution of some Intl.NumberFormat options to a common AO 2023-01-30 12:19:14 -05:00
PluralRules.prototype.resolvedOptions.js LibJS: Move resolution of some Intl.NumberFormat options to a common AO 2023-01-30 12:19:14 -05:00
PluralRules.prototype.select.js LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
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 LibJS: Implement Intl.PluralRules.supportedLocalesOf 2022-01-28 19:38:47 +00:00