Date language fixed..

This commit is contained in:
Cüneyt Şentürk 2021-03-18 11:43:38 +03:00
parent 4ebe2ae51d
commit e95e14d4b2

View File

@ -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;
}
},