1
0
Fork 0
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:
Yu Inoue 2023-12-20 20:26:01 +09:00 committed by GitHub
parent fbd1b28312
commit db9e877506
21 changed files with 60 additions and 4 deletions

View file

@ -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: {