1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

fix plankanban#542: Fix time format in japanese locale

This commit is contained in:
Yu Inoue 2023-11-13 20:21:29 +09:00
parent 019766dced
commit ec35a46928

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