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

LibJS: Implement Intl.Locale.prototype.minimize

This commit is contained in:
Timothy Flynn 2021-09-02 21:45:42 -04:00 committed by Linus Groh
parent a77f323dfb
commit 90971673c7
4 changed files with 57 additions and 0 deletions

View file

@ -289,6 +289,7 @@ namespace JS {
P(millisecond) \
P(milliseconds) \
P(min) \
P(minimize) \
P(minute) \
P(minutes) \
P(month) \