mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature Request] Simple datetime settings #59
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 @Syndamia on GitHub (Jan 7, 2021).
I would like two simple settings:
Note: I know I can edit the locale, but this will still be very nice to have
@tacognito commented on GitHub (Oct 9, 2024):
I would really like both these features! I just noticed that putting the language to my own language it also changes the datetime notation to what is regular here. Thing is, I generally have all my tech in english and then my own datetime notation, which is currently not possible. Would be nice to set it via ENV variables in the docker container.
@meltyshev commented on GitHub (Oct 9, 2024):
Hi! As a temporary and quick solution, we can add the
en-GBlocale, which will provide a 24-hour format and weekdays starting from Monday.UPD: has already been released as v1.23.2, so you can switch to British English now.
@tacognito commented on GitHub (Oct 10, 2024):
Working nicely, thanks!