1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 13:35:27 +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 019766dced
commit 0575e665fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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