ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
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
..
Collator
DateTimeFormat LibJS+LibLocale: Replace date-time formatting with ICU 2024-06-13 07:42:09 +02:00
DisplayNames LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
DurationFormat LibJS: Implement the latest Intl.DurationFormat proposal 2024-06-14 07:59:42 +02:00
ListFormat
Locale LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
NumberFormat LibJS: Store Intl mathematical values as strings when appropriate 2024-06-10 13:51:51 +02:00
PluralRules LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
RelativeTimeFormat
Segmenter LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2023-02-15 12:36:47 +01:00
Intl.@@toStringTag.js
Intl.getCanonicalLocales.js LibJS+LibLocale: Replace canonical locales and display names with ICU 2024-06-09 10:47:28 +02:00
Intl.supportedValuesOf.js