ladybird/Userland
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
..
Libraries LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
Services LibWeb: Add Contrast preference 2024-06-13 11:18:38 +02:00
Utilities Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
CMakeLists.txt