1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:28:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn b077fccd3d LibLocale+LibJS: Update to CLDR version 42.0.0
There were some notable changes to the CLDR JSON format and data in this
release.

The patterns for a date at a specific time, i.e. "{date} at {time}", now
appear under the "atTime" attribute of the "dateTimeFormats" object.

Locale specific changes that affected test-js:

All locales:

* In many patterns, the code points U+00A0 (NO-BREAK SPACE) and U+202F
  (NARROW NO-BREAK SPACE) are now used in place of an ASCII space. For
  example, before the "dayPeriod" fields AM and PM.

* Separators such as U+2013 (EN DASH) are now surrounded by U+2009 (THIN
  SPACE) in place of an ASCII space character.

Locale "en":

* Narrow localizations of time formats are even more narrow. For
  example, the abbreviation "wk." for "week" is now just "wk".

Locale "ar":

* The code point U+060C (ARABIC COMMA) is now used in place of an ASCII
  comma.

* The code point U+200F (RIGHT-TO-LEFT MARK) now appears at the
  beginning of many localizations.

* When the "latn" numbering system is used for currency formatting, the
  currency symbol more consistently is placed at the end of the pattern.

Locale "he":

* The "many" plural rules category has been removed.

Locales "zh" and "es-419":

* Several display-name localizations were changed.
2022-10-25 10:10:39 +01:00
..
Collator LibJS: Define the Intl.Collator's compare function name to be empty 2022-02-21 16:30:19 +00:00
DateTimeFormat LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
DisplayNames LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
DurationFormat LibJS: Change default time display options to "always" for digital style 2022-09-22 14:39:24 +01:00
ListFormat LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Locale Everywhere: Fix a variety of typos 2022-09-14 04:46:49 +00:00
NumberFormat LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
PluralRules LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
RelativeTimeFormat LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
Segmenter LibJS: Implement Intl %SegmentIteratorPrototype%.next ( ) 2022-01-31 21:05:04 +02:00
Intl.@@toStringTag.js LibJS: Implement Intl[@@toStringTag] 2021-08-08 20:14:59 +01:00
Intl.getCanonicalLocales.js LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList 2021-09-02 17:56:42 +01:00
Intl.supportedValuesOf.js LibJS: Implement Intl.supportedValuesOf 2022-01-31 00:32:41 +00:00