summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/Locale.cpp
AgeCommit message (Expand)Author
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-12-01LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arraysTimothy Flynn
2021-09-12LibJS: Move locale_relevant_extension_keys to Intl.LocaleTimothy Flynn
2021-09-08LibUnicode+LibJS: Store locale keyword values as a single stringTimothy Flynn
2021-09-04LibJS: Add a constructor to create an Intl.Locale object from a LocaleIDTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn