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

LibJS: Implement Intl.PluralRules.prototype.select

This commit is contained in:
Timothy Flynn 2022-07-07 10:01:00 -04:00 committed by Linus Groh
parent f11cb7c075
commit 36abcd820d
6 changed files with 270 additions and 0 deletions

View file

@ -408,6 +408,7 @@ namespace JS {
P(seconds) \
P(secondsDisplay) \
P(segment) \
P(select) \
P(sensitivity) \
P(set) \
P(setBigInt64) \