ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/PluralRules
Timothy Flynn 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU
This uses ICU for all of the Intl.PluralRules prototypes, which lets us
remove all data from our plural rules generator.

Plural rules depend directly on internal data from the number formatter,
so rather than creating a separate Locale::PluralRules class (which will
make accessing that data awkward), this adds plural rules APIs to the
existing Locale::NumberFormat.
2024-06-15 06:57:16 +02:00
..
PluralRules.@@toStringTag.js
PluralRules.js LibJS: Raise the upper minimum/maximum fraction digit limit to 100 2023-07-22 10:18:55 +02: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+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
PluralRules.supportedLocalesOf.js