1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibJS: Implement Intl.Locale.prototype.hourCycles property

This commit is contained in:
Timothy Flynn 2022-07-05 13:41:08 -04:00 committed by Linus Groh
parent 4d32f38a76
commit ee2be5895f
6 changed files with 55 additions and 1 deletions

View file

@ -258,6 +258,7 @@ namespace JS {
P(hour) \
P(hour12) \
P(hourCycle) \
P(hourCycles) \
P(hours) \
P(hoursDisplay) \
P(hoursInDay) \