ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/Locale
Timothy Flynn 1eced20521 LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string
This is a normative change in the Intl Locale Info proposal. See:

5cb45fd
6d80e69
04039b8
2024-08-01 11:40:37 +02:00
..
Locale.@@toStringTag.js
Locale.js
Locale.prototype.baseName.js
Locale.prototype.calendar.js LibJS: Update AOs involved in locale resolution to the latest ECMA-402 2024-06-18 21:06:50 +02:00
Locale.prototype.caseFirst.js
Locale.prototype.collation.js
Locale.prototype.firstDayOfWeek.js LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 2024-08-01 11:40:37 +02:00
Locale.prototype.getCalendars.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
Locale.prototype.getCollations.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
Locale.prototype.getHourCycles.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
Locale.prototype.getNumberingSystems.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
Locale.prototype.getTextInfo.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getTimeZones.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getWeekInfo.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.hourCycle.js
Locale.prototype.language.js
Locale.prototype.maximize.js
Locale.prototype.minimize.js
Locale.prototype.numberingSystem.js
Locale.prototype.numeric.js
Locale.prototype.region.js
Locale.prototype.script.js
Locale.prototype.toString.js