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: 'MMMMd日',
longDateTime: "MMMMd'日 ' HH:mm",
fullDate: 'yyyy年M月d日',
fullDateTime: 'yyyy年M月d日 HH:mm',
},
translation: {