1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn fdedb3ab33 LibJS: Remove duplicated error message from ErrorTypes.h
ErrorType::IntlInvalidCode has almost exactly the same message as
ErrorType::OptionIsNotValidValue. Remove it, as all uses of the former
are semantically interchangeable with the latter.
2021-09-02 17:56:42 +01:00
..
DisplayNames LibJS: Remove duplicated error message from ErrorTypes.h 2021-09-02 17:56:42 +01:00
Locale LibJS: Implement a nearly empty Intl.Locale object 2021-09-02 17:56:42 +01:00
Intl.@@toStringTag.js LibJS: Implement Intl[@@toStringTag] 2021-08-08 20:14:59 +01:00
Intl.getCanonicalLocales.js LibJS: Canonicalize Unicode locale extension attributes and keywords 2021-08-30 19:42:40 +01:00