ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn 638a6c8c00 LibJS: Support non-Gregorian calendars for Intl.DateTimeFormat
This almost worked out of the box, but we need to be sure we pass the
full locale (e.g. en-u-ca-hebrew) and not just the data locale (en) to
ICU.
2024-06-17 21:59:59 +02:00
..
Collator LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
DateTimeFormat LibJS: Support non-Gregorian calendars for Intl.DateTimeFormat 2024-06-17 21:59:59 +02:00
DisplayNames
DurationFormat LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
ListFormat
Locale LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +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
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