From 0575e665feae1d5cd294a8495ab7ef2f6441fc35 Mon Sep 17 00:00:00 2001 From: Yu Inoue <34591767+eternity1984@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:51:00 +0900 Subject: [PATCH] fix: Fix time format in Japanese locale (#546) Closes #542 --- 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: {