fix: Display year when date is outside of current year (#567)

This commit is contained in:
Yu Inoue
2023-12-20 12:26:01 +01:00
committed by GitHub
parent fbd1b28312
commit db9e877506
21 changed files with 60 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@ export default {
dateTime: '$t(format:date) $t(format:time)',
longDate: 'd MMM',
longDateTime: "d MMMM 'в' p",
fullDate: 'd MMM y',
fullDateTime: "d MMMM y 'в' p",
},
translation: {