ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/RelativeTimeFormat
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
..
RelativeTimeFormat.@@toStringTag.js
RelativeTimeFormat.js
RelativeTimeFormat.prototype.format.js
RelativeTimeFormat.prototype.formatToParts.js
RelativeTimeFormat.prototype.resolvedOptions.js LibJS: Allow specifying keyword values not directly defined for a locale 2022-07-15 12:31:43 +02:00
RelativeTimeFormat.supportedLocalesOf.js