You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The week-start and time-format should have default values based on the user's locale. Currently, as far as I can tell, their default values are always "Sunday" and "am/pm", regardless of the user's locale.
Alternatives
The week-start and time-format can be removed entirely if instead the frontend-time-display is based entirely on the user's locale. Many websites display time just using .toLocaleString. This would also make i18n easier.
Proposed feature or solution
The week-start and time-format should have default values based on the user's locale. Currently, as far as I can tell, their default values are always "Sunday" and "am/pm", regardless of the user's locale.
Alternatives
The week-start and time-format can be removed entirely if instead the frontend-time-display is based entirely on the user's locale. Many websites display time just using
.toLocaleString
. This would also make i18n easier.Additional information
The week-start can be acquired with
.getWeekInfo
, the relevant time-format with.getHourCycles
.The text was updated successfully, but these errors were encountered: