1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 12:57:37 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/Locale
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
..
Locale.@@toStringTag.js
Locale.js
Locale.prototype.baseName.js
Locale.prototype.calendar.js
Locale.prototype.calendars.js
Locale.prototype.caseFirst.js
Locale.prototype.collation.js
Locale.prototype.collations.js
Locale.prototype.hourCycle.js
Locale.prototype.hourCycles.js Everywhere: Fix a variety of typos 2022-09-14 04:46:49 +00:00
Locale.prototype.language.js
Locale.prototype.maximize.js LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
Locale.prototype.minimize.js LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
Locale.prototype.numberingSystem.js
Locale.prototype.numberingSystems.js LibJS: Implement Intl.Locale.prototype.numberingSystems property 2022-07-06 16:56:42 +02:00
Locale.prototype.numeric.js
Locale.prototype.region.js
Locale.prototype.script.js
Locale.prototype.textInfo.js LibJS: Implement Intl.Locale.prototype.textInfo property 2022-07-06 16:56:42 +02:00
Locale.prototype.timeZones.js LibJS: Implement Intl.Locale.prototype.timeZones property 2022-07-06 16:56:42 +02:00
Locale.prototype.toString.js
Locale.prototype.weekInfo.js LibJS: Implement Intl.Locale.prototype.weekInfo property 2022-07-06 16:56:42 +02:00