mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern
This commit is contained in:
parent
e1685b6b69
commit
15947aa1f0
Notes:
sideshowbarker
2024-07-17 21:15:23 +09:00
Author: https://github.com/trflynn89
Commit: 15947aa1f0
Pull-request: https://github.com/SerenityOS/serenity/pull/11789
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ struct CalendarPattern {
|
||||||
String skeleton {};
|
String skeleton {};
|
||||||
String pattern {};
|
String pattern {};
|
||||||
Optional<String> pattern12 {};
|
Optional<String> pattern12 {};
|
||||||
|
Optional<HourCycle> hour_cycle {};
|
||||||
|
|
||||||
// https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields
|
// https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields
|
||||||
Optional<CalendarPatternStyle> era {};
|
Optional<CalendarPatternStyle> era {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue