Skip to content

Commit

Permalink
Date language fixed..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 18, 2021
1 parent 4ebe2ae commit e95e14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/components/AkauntingDate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
if (this.locale !== 'en') {
const lang = require(`flatpickr/dist/l10n/${this.locale}.js`).default[this.locale];
this.config.locale = lang;
this.dateConfig.locale = lang;
}
},
Expand Down

0 comments on commit e95e14d

Please sign in to comment.