mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Display year when date is outside of current year (#567)
This commit is contained in:
parent
fbd1b28312
commit
db9e877506
21 changed files with 60 additions and 4 deletions
|
@ -9,6 +9,8 @@ export default {
|
|||
dateTime: '$t(format:date) $t(format:time)',
|
||||
longDate: 'd. MMM',
|
||||
longDateTime: "d. MMMM 'um' p",
|
||||
fullDate: 'd. MMM. y',
|
||||
fullDateTime: "d. MMMM. y 'um' p",
|
||||
},
|
||||
|
||||
translation: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue