Skip to content

Commit

Permalink
docs: update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Jun 6, 2018
1 parent 28d04bf commit 392c035
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/en/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,9 @@ dayjs('2000-01-01').isLeapYear(); // true
`.from` `.to` `.fromNow` `.toNow` to get relative time

plugin [`RelativeTime`](./Plugin.md#relativetime)

### IsLeapYear

`.isLeapYear` to get is a leap year or not

plugin [`IsLeapYear`](./Plugin.md#isleapyear)
6 changes: 6 additions & 0 deletions docs/ja/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,9 @@ dayjs('2000-01-01').isLeapYear(); // true
`.from` `.to` `.fromNow` `.toNow` to get relative time

plugin [`RelativeTime`](./Plugin.md#relativetime)

### IsLeapYear

`.isLeapYear` to get is a leap year or not

plugin [`IsLeapYear`](./Plugin.md#isleapyear)
6 changes: 6 additions & 0 deletions docs/ko/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,9 @@ dayjs('2000-01-01').isLeapYear(); // true
`.from` `.to` `.fromNow` `.toNow`에 대한 상대 시간을 가져옵니다.

플러그인 [`RelativeTime`](./Plugin.md#relativetime)

### IsLeapYear

`.isLeapYear` to get is a leap year or not

plugin [`IsLeapYear`](./Plugin.md#isleapyear)
6 changes: 6 additions & 0 deletions docs/pt-br/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,9 @@ dayjs('2000-01-01').isLeapYear(); // true
`.from` `.to` `.fromNow` `.toNow` to get relative time

plugin [`RelativeTime`](./Plugin.md#relativetime)

### IsLeapYear

`.isLeapYear` to get is a leap year or not

plugin [`IsLeapYear`](./Plugin.md#isleapyear)
8 changes: 7 additions & 1 deletion docs/zh-cn/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,10 @@ dayjs('2000-01-01').isLeapYear(); // true

`.from` `.to` `.fromNow` `.toNow` 获得相对时间

插件 [`RelativeTime`](./Plugin.md#relativetime)
插件 [`RelativeTime`](./Plugin.md#relativetime)

### IsLeapYear

`.isLeapYear` 获得是否闰年

插件 [`IsLeapYear`](./Plugin.md#isleapyear)

0 comments on commit 392c035

Please sign in to comment.