1
Fork 0
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:
Timothy Flynn 2022-07-21 14:29:21 -04:00 committed by Linus Groh
parent 16b673eaa9
commit 32c07bc6c3
2 changed files with 7 additions and 1 deletions

View file

@ -50,6 +50,7 @@ enum class Weekday : u8 {
enum class DayPeriod : u8 {
AM,
PM,
Noon,
Morning1,
Morning2,
Afternoon1,