diff --git a/README.md b/README.md index 56fc2310..c7b03540 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ var state = { ``` +#### Translations +Added support to Spanish and French languages. *(Default: en)*. + +``` html + + + +``` + + ## Build Setup ``` bash diff --git a/src/Demo.vue b/src/Demo.vue index ff1f7f18..88281869 100644 --- a/src/Demo.vue +++ b/src/Demo.vue @@ -1,13 +1,13 @@ diff --git a/src/components/Datepicker.vue b/src/components/Datepicker.vue index bd63be9a..c7b49740 100644 --- a/src/components/Datepicker.vue +++ b/src/components/Datepicker.vue @@ -1,23 +1,23 @@