Skip to content

Commit

Permalink
Added Japanese weekdaysShort and weekdaysMin (iamkun#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liooo authored and iamkun committed Oct 18, 2018
1 parent 4d1794b commit a014419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locale/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import dayjs from 'dayjs'
const locale = {
name: 'ja',
weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),
weekdaysShort: '日_月_火_水_木_金_土'.split('_'),
weekdaysMin: '日_月_火_水_木_金_土'.split('_'),
months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
ordinal: n => `${n}日`,
relativeTime: {
Expand Down

0 comments on commit a014419

Please sign in to comment.