fix plankanban#542: Fix time format in japanese locale

pull/546/head
Yu Inoue 2 years ago
parent 019766dced
commit ec35a46928

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