1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 10:25:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
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
..
DateTimeFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.DateTimeFormat object 2021-11-29 22:48:46 +00:00
DateTimeFormat.js LibJS: Implement the Extend TimeZoneName Option Proposal 2022-01-03 15:11:59 +01:00
DateTimeFormat.prototype.format.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.formatRange.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.formatRangeToParts.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.formatToParts.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.resolvedOptions.js LibJS: Allow specifying keyword values not directly defined for a locale 2022-07-15 12:31:43 +02:00
DateTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf 2021-11-29 22:48:46 +00:00