1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

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 9d5de93dcd
commit 064b9a915c

View file

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