Date format inconsistency between datetime picker and text field #2340
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Description
When using the datetime picker in the Vikunka project, the date format displayed in the datetime picker does not match the date format displayed in the text field. The datetime picker displays the date in the format specified by the user's settings, while the text field displays the date in the default format.
This issue is particularly irritating when planning tasks, as it makes it difficult to compare and sort dates.
Steps to reproduce:
Vikunja Version
0.23.0+619-b93e237899
Browser and version
Firefox 126
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
It looks like this is two-fold. The translation string is different - I've changed the English original in
01b7ae8091
.You'll need to adjust the translation to match the comma. Here: https://crowdin.com/editor/vikunja/4/en-pl?view=comfortable#1858
Translations will be synced once a day, so it might take up to 24h until the changed source string shows up in crowdin.
The idea behind this is that people in other languages might have other date formats, hence the translation difference. We may change this in the future.