ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn d634039c10 LibJS: Implement the latest Intl.DurationFormat proposal
The proposal has undergone quite a few normative changes since we last
synced with it. There was a time when it could not be implemented as it
was written, which is no longer the case. The resulting proposal has had
so many changes compared to our implementation, that it wouldn't make
sense to implement them commit-by-commit as we normally do. So instead,
this just implements the HEAD revision of the spec in one pass.
2024-06-14 07:59:42 +02:00
..
Collator
DateTimeFormat LibJS+LibLocale: Replace date-time formatting with ICU 2024-06-13 07:42:09 +02:00
DisplayNames LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
DurationFormat LibJS: Implement the latest Intl.DurationFormat proposal 2024-06-14 07:59:42 +02:00
ListFormat
Locale LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
NumberFormat LibJS: Store Intl mathematical values as strings when appropriate 2024-06-10 13:51:51 +02:00
PluralRules
RelativeTimeFormat
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