mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[PR #567] [MERGED] feat: Add ability to display year only when it is not the current year #1045
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?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/567
Author: @eternity1984
Created: 12/18/2023
Status: ✅ Merged
Merged: 12/20/2023
Merged by: @meltyshev
Base:
master← Head:feat-display-year📝 Commits (2)
7623ae3feat: Add ability to display year only when it is not the current yeara7b3bf7ref: Refactoring📊 Changes
21 files changed (+60 additions, -4 deletions)
View changed files
📝
client/src/components/CardModal/Activities/Item.jsx(+2 -1)📝
client/src/components/CardModal/Activities/ItemComment.jsx(+2 -1)📝
client/src/components/DueDate/DueDate.jsx(+16 -2)📝
client/src/locales/cs/core.js(+2 -0)📝
client/src/locales/da/core.js(+2 -0)📝
client/src/locales/de/core.js(+2 -0)📝
client/src/locales/en/core.js(+2 -0)📝
client/src/locales/es/core.js(+2 -0)📝
client/src/locales/fr/core.js(+2 -0)📝
client/src/locales/it/core.js(+2 -0)📝
client/src/locales/ja/core.js(+2 -0)📝
client/src/locales/ko/core.js(+2 -0)📝
client/src/locales/pl/core.js(+2 -0)📝
client/src/locales/ro/core.js(+2 -0)📝
client/src/locales/ru/core.js(+2 -0)📝
client/src/locales/sk/core.js(+2 -0)📝
client/src/locales/sv/core.js(+2 -0)📝
client/src/locales/tr/core.js(+2 -0)📝
client/src/locales/uz/core.js(+2 -0)📝
client/src/locales/zh/core.js(+2 -0)...and 1 more files
📄 Description
Added fullDate and fullDateTime parameters.
Please let me know if the datetime format is incorrect.
Related to #73
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.