mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern
This commit is contained in:
committed by
Linus Groh
parent
e1685b6b69
commit
15947aa1f0
@@ -111,6 +111,7 @@ struct CalendarPattern {
|
||||
String skeleton {};
|
||||
String pattern {};
|
||||
Optional<String> pattern12 {};
|
||||
Optional<HourCycle> hour_cycle {};
|
||||
|
||||
// https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields
|
||||
Optional<CalendarPatternStyle> era {};
|
||||
|
||||
Reference in New Issue
Block a user