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

Closes #542
pull/549/head
Yu Inoue 2 years ago committed by GitHub
parent 019766dced
commit 0575e665fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save