summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLocale
AgeCommit message (Expand)Author
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operationsTimothy Flynn
2023-02-08LibLocale: Propagate OOM from CLDR DateTime Vector and String operationsTimothy Flynn
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operationsTimothy Flynn
2023-01-28LibLocale: Remove last use of DeprecatedString from LibLocaleTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibJS+LibLocale: Propagate errors from find_regional_values_for_localeTimothy Flynn
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-27LibLocale: Remove "else" after "if" statements that always returnTimothy Flynn
2023-01-24LibJS+LibLocale: Port Intl.NumberFormat to StringTimothy Flynn
2023-01-22LibJS+LibLocale: Port remaining locale APIs to StringTimothy Flynn
2023-01-19LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_stringTimothy Flynn
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-19LibLocale: Add a method to convert LocaleID to a StringTimothy Flynn
2023-01-16LibLocale: Add a method to convert LanguageID to a StringTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn