serenity/Userland
Timothy Flynn eeb16f03bb LibLocale: Parse day-period hour cycle preferences
For example, the locale "fr-FR" will have the preferred hour cycle list
of "H hB", meaning h23 and h12-with-day-periods. Whether date-times are
actually formatted with day-periods is up to the user, but we need to
parse the hour cycle as h12 to know that the FR region supports h12.

This bug was revealed by LibJS no longer blindly falling back to h12 (if
the `hour12` option is true) or h24 (if the `hour12` option is false).
2023-10-05 17:01:02 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Hearts: Paint player names in white when background is a dark color 2023-10-04 20:10:04 +02:00
Libraries LibLocale: Parse day-period hour cycle preferences 2023-10-05 17:01:02 +02:00
Services LibWeb+LibWebView+WebContent: Add support for meta theme-color 2023-10-03 16:17:43 -06:00
Shell Shell: Accept IoNumber as a valid redirection target 2023-10-02 21:21:38 +02:00
Utilities LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00
CMakeLists.txt