nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.37k stars 850 forks source link

I cannot change the local for my calendar, the names of weeday and month. #360

Open alexnguyen98 opened 5 years ago

alexnguyen98 commented 5 years ago

`import VCalendar from 'v-calendar'; import Vue from 'vue'; import App from './App.vue'; import router from './router'; import store from './store';

Vue.config.productionTip = false;

Vue.use(VCalendar, { locale: 'pl-PL' });

new Vue({ router, store, render: h => h(App), }).$mount('#app'); ` Instead of July 2019 in the calendar i want to have polish equivalent of it.

Jogai commented 4 years ago

Did you ever find a solution for this?