Skip to content

Commit

Permalink
fix: Fix time format in Japanese locale (#546)
Browse files Browse the repository at this point in the history
Closes #542
  • Loading branch information
eternity1984 committed Nov 13, 2023
1 parent 019766d commit 0575e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/locales/ja/core.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 0575e66

Please sign in to comment.