Skip to content

Commit

Permalink
Update readme to reflect language property support
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Brits committed Jun 20, 2018
1 parent 8c4fce3 commit 8d67c07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ imports: [
Basic usage is as follows:

```javascript

<ion-calendar #calendar></ion-calendar>

<ion-calendar #calendar lang="es"></ion-calendar> // Spanish support

<ion-calendar #calendar lang="en"></ion-calendar> // Or you can explicitly indicate English

```

To make days clickable, and emit back information about the day selected, include the onDaySelect binding.
Expand Down Expand Up @@ -80,6 +86,9 @@ The consequent invocation of these events would be done like so:

### Changelog

> 20th June 2018
>> Language prop added, Spanish supported.
> 8th December 2017
>> Added Events capability
Expand All @@ -93,3 +102,4 @@ The consequent invocation of these events would be done like so:
* **Laker Liu** - *Initial work* - [Ionic3-Calendar](https://github.com/laker007/ionic3-calendar)

**It's not what you start in life, it's what you finish.**

0 comments on commit 8d67c07

Please sign in to comment.