fix: Fix time format in Japanese locale (#546)

Closes #542
This commit is contained in:
Yu Inoue
2023-11-13 20:51:00 +09:00
committed by GitHub
parent 019766dced
commit 0575e665fe

View File

@@ -8,7 +8,7 @@ export default {
time: 'HH:mm',
dateTime: '$t(format:date) $t(format:time)',
longDate: 'MMMMd日',
longDateTime: "MMMMd'日 ' HH:MM",
longDateTime: "MMMMd'日 ' HH:mm",
},
translation: {