1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 08:15:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn 26f9666191 LibJS: Do not override hour, minute, and second format field lengths
This was an oversight in e42d954743.

These fields should always follow the locale preference in the CLDR.
Overriding these fields would permit formats like "h:mm:ss" to result in
strings like "1:2:3" instead of "1:02:03".
2021-12-08 11:29:36 +00:00
..
DateTimeFormat LibJS: Do not override hour, minute, and second format field lengths 2021-12-08 11:29:36 +00:00
DisplayNames LibJS+LibUnicode: Generate all styles of currency localizations 2021-11-13 11:52:45 +00:00
ListFormat LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
Locale LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
NumberFormat LibJS: Implement unit number formatting 2021-11-16 23:14:09 +00: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