mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Incorrect time format #379
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 @eternity1984 on GitHub (Nov 11, 2023).
If the locale is Japan, Incorrect datetimes are displayed for activities, due dates, etc.
The minute format should be 'mm', but 'MM' is set.
To fix it, make the following changes:
Ref: planka/client/src/locales/ja/core.js
It's a small fix, but can I submit a pull request?
@meltyshev commented on GitHub (Nov 13, 2023):
Hi! Thanks for reporting this.
Sure, PRs are very welcome regardless of their size. If you need any help with it, feel free to ask.