vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Add confirm-text and cancel-text props for localization of MdDatepicker dialog #2148

Open pwasem opened 4 years ago

pwasem commented 4 years ago

MdDatepicker components currently only supports localization of months and days.

Unfortunately it is not possible to set md-confirm-text and md-cancel-text for the nested MdDatepickerDialogcomponent when actually picking a data.

For a proper i18n this should also be possible.