mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +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:
parent
16b673eaa9
commit
32c07bc6c3
2 changed files with 7 additions and 1 deletions
|
@ -50,6 +50,7 @@ enum class Weekday : u8 {
|
|||
enum class DayPeriod : u8 {
|
||||
AM,
|
||||
PM,
|
||||
Noon,
|
||||
Morning1,
|
||||
Morning2,
|
||||
Afternoon1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue