1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 03:35:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DurationFormat
Timothy Flynn aafcdc4c72 LibJS: Allow specifying keyword values not directly defined for a locale
For example, consider the locales "en-u-nu-fullwide" or "en-u-nu-arab".
The CLDR only declares the "latn" numbering system for the "en" locale,
thus ResolveLocale would change the locale to "en-u-nu-latn". This patch
allows using non-latn numbering systems digits.
2022-07-15 12:31:43 +02:00
..
DurationFormat.@@toStringTag.js LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 2022-07-01 01:00:05 +03:00
DurationFormat.js LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 2022-07-01 01:00:05 +03:00
DurationFormat.prototype.format.js LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat 2022-07-02 18:32:35 +03:00
DurationFormat.prototype.formatToParts.js LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat 2022-07-02 18:32:35 +03:00
DurationFormat.prototype.resolvedOptions.js LibJS: Allow specifying keyword values not directly defined for a locale 2022-07-15 12:31:43 +02:00
DurationFormat.supportedLocalesOf.js LibJS: Implement Intl.DurationFormat.supportedLocalesOf 2022-07-01 01:00:05 +03:00