mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature Request] Allow non-Sunday start of the week #310
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ftvkyo on GitHub (May 6, 2023).
Currently, the first day of the week in the date picker depends on the language of the app.
For example:
This static behaviour is not always desirable, because even within one language, people might have different preferences.
For example, in the case of English, in the US the first day of the week is Sunday, and in the UK it's Monday.
It would be awesome to have a selector for which day the week should start with.
However, this behaviour of
react-datepickerdepends on the locale rather than on the general configuration of the component.So, in the case if customizing locales is undesirable, maybe the English language could be split into "English (US)" and "English (UK)" to account for this (and other possible regional differences, e.g. dd/mm/yyyy vs. mm/dd/yyyy)?
@meltyshev commented on GitHub (May 9, 2023):
Hi! I completely agree that we need to separate languages or just make this setting. For me personally, it makes me uncomfortable too and I often get the date wrong. I'll think about it...
@meltyshev commented on GitHub (May 13, 2025):
This should have been fixed a while ago by providing en-GB locale, but feel free to reopen if the issue persists.