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
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
Locale.prototype.getCollations.js
Locale.prototype.getHourCycles.js
Locale.prototype.getNumberingSystems.js
Locale.prototype.getTextInfo.js
Locale.prototype.getTimeZones.js
Locale.prototype.getWeekInfo.js
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