mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
This commit is contained in:
parent
e1ee33ba7c
commit
97fe37bcc2
Notes:
sideshowbarker
2024-07-17 09:48:24 +09:00
Author: https://github.com/IdanHo
Commit: 97fe37bcc2
Pull-request: https://github.com/SerenityOS/serenity/pull/14437
Reviewed-by: https://github.com/linusg ✅
14 changed files with 998 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
#include <LibJS/Runtime/Intl/DateTimeFormatPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/DisplayNamesConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/DisplayNamesPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/DurationFormatConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/DurationFormatPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/Intl.h>
|
||||
#include <LibJS/Runtime/Intl/ListFormatConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/ListFormatPrototype.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue