Skip to content

Commit

Permalink
[2.0] fix localization for vue-cal.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 8, 2024
1 parent 0fa0576 commit 04df67b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ import VueCal from 'vue-cal';

import 'vue-cal/dist/vuecal.css';

import 'vue-cal/dist/i18n/en.es.js';
import 'vue-cal/dist/i18n/ar.es.js';
import 'vue-cal/dist/i18n/en.es.js';
import 'vue-cal/dist/i18n/es.es.js';
import 'vue-cal/dist/i18n/fa.es.js';
import 'vue-cal/dist/i18n/tr.es.js';
import 'vue-cal/dist/i18n/vi.es.js';

export default {
install: (app, options) => app.component('v-vue-cal', VueCal),
Expand Down

0 comments on commit 04df67b

Please sign in to comment.