Skip to content

Commit

Permalink
Merge pull request #1556 from amazanzan/amazanzan-patch-1
Browse files Browse the repository at this point in the history
fix(i18n): correct ja date display
  • Loading branch information
lemoustachiste authored Jan 9, 2024
2 parents 0a7d67f + 0522435 commit 5bdc7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/lang/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
},
date: {
months: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
pattern: 'YYYY-MM-DD'
pattern: 'YYYY年-MM-DD日'
},
numbers: {
ordinal: ['番目', '番目', '番目', '番目']
Expand Down

0 comments on commit 5bdc7c3

Please sign in to comment.