ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn 38dd284915 LibLocale: Update to CLDR version 44.0.1
https://cldr.unicode.org/index/downloads/cldr-44

Notable changes that affect us include:

* The Islamic Calendar is now localized as the Hijri Calender (in en-US)
  but has not been updated for all locales. So this patch updates tests
  where possible and removes a few test cases that currently cannot be
  localized.

* The und locale has received more likely subtag data (the und locale is
  basically a pseudo-locale meaning "undetermined").

* The exponential symbol in the Arabic number system was changed from
  U+0627 to U+0623.
2023-11-06 08:31:56 -05:00
..
Collator
DateTimeFormat LibLocale: Parse day-period hour cycle preferences 2023-10-05 17:01:02 +02:00
DisplayNames LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
DurationFormat
ListFormat
Locale LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
NumberFormat LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
PluralRules LibJS: Raise the upper minimum/maximum fraction digit limit to 100 2023-07-22 10:18:55 +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
Intl.supportedValuesOf.js