Skip to content

Commit

Permalink
Merge pull request #77 from mandel59/patch-1
Browse files Browse the repository at this point in the history
Correct ja-JP time format
  • Loading branch information
Fil authored Jul 10, 2020
2 parents eb59161 + 37472b9 commit 4cedafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale/ja-JP.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dateTime": "%Y %b %e %a %X",
"dateTime": "%x %a %X",
"date": "%Y/%m/%d",
"time": "%H:%M:%S",
"periods": ["AM", "PM"],
"days": ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"],
"shortDays": ["", "", "", "", "", "", ""],
"months": ["睦月", "如月", "弥生", "卯月", "皐月", "水無月", "文月", "葉月", "長月", "神無月", "霜月", "師走"],
"months": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
"shortMonths": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]
}

0 comments on commit 4cedafa

Please sign in to comment.