From ec35a4692851f7b7477aa575786526aba69c0bee Mon Sep 17 00:00:00 2001 From: Yu Inoue Date: Mon, 13 Nov 2023 20:21:29 +0900 Subject: [PATCH] fix plankanban#542: Fix time format in japanese locale --- client/src/locales/ja/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/ja/core.js b/client/src/locales/ja/core.js index 4a1986d3..fac7bf3c 100644 --- a/client/src/locales/ja/core.js +++ b/client/src/locales/ja/core.js @@ -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: {