ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn ca1257c6f9 LibJS+LibUnicode: Make the collation sensitivity default locale-aware
Note this happens to be 'variant' for every locale currently.
2024-08-15 13:44:32 +02:00
..
Collator LibJS+LibUnicode: Make the collation sensitivity default locale-aware 2024-08-15 13:44:32 +02:00
DateTimeFormat LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
DisplayNames LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
DurationFormat LibJS: Disallow grouping separators in formatted duration fields 2024-08-14 11:48:08 +02:00
ListFormat
Locale LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 2024-08-01 11:40:37 +02:00
NumberFormat LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
PluralRules LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
RelativeTimeFormat LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
Segmenter LibJS: Port Intl.Segmenter to the ICU text segmenter 2024-06-20 13:46:54 +02: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