praveenpuglia / vuetify-daterange-picker

The missing date range picker for Vuetify JS you have been looking for.
https://vuetify-daterange-picker.gitbook.io/docs
MIT License
197 stars 59 forks source link

Dialog action button text config (Localisation support) #60

Closed iolinpic closed 4 years ago

iolinpic commented 5 years ago

currently we could change calendar language via props, but dialog actions seams to be hardcoded as "Cancel", "Apply" `

      <v-btn flat @click="reset">Reset</v-btn>
      <v-btn flat @click="menu = false">Cancel</v-btn>
      <v-btn @click="applyRange" color="primary" :disabled="!bothSelected"
        >Apply</v-btn
      >

`

IgnasJan commented 4 years ago

In addition, the first day of the week should be changed according to the locale.

praveenpuglia commented 4 years ago

Fixed in 3.2. Released to NPM. Thanks for reporting!