shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 41 forks source link

fix: readme updated to add new locale #32

Closed shubhadip closed 2 years ago

ahoiroman commented 2 years ago

I think the part that was not clear is how to actually use this new locale.

ahoiroman commented 2 years ago

Just checked the code.

It's just:

 <datepicker
        :language="translation"
</datepicker>

...

 const translation = computed(() => {
            return process.env.MIX_LOCALE;
        });
shubhadip commented 2 years ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: