mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibUnicode: Generate per-locale data for the "noon" fixed day period
Note that not all locales have this day period.
This commit is contained in:
committed by
Linus Groh
parent
16b673eaa9
commit
32c07bc6c3
@@ -50,6 +50,7 @@ enum class Weekday : u8 {
|
||||
enum class DayPeriod : u8 {
|
||||
AM,
|
||||
PM,
|
||||
Noon,
|
||||
Morning1,
|
||||
Morning2,
|
||||
Afternoon1,
|
||||
|
||||
Reference in New Issue
Block a user