Date group updated..

This commit is contained in:
Cüneyt Şentürk
2021-02-23 22:28:18 +03:00
parent 9065ee764f
commit 683745e851
7 changed files with 8 additions and 5 deletions

View File

@ -87,6 +87,7 @@ export default {
created() {
if (this.locale !== 'en') {
const lang = require(`flatpickr/dist/l10n/${this.locale}.js`).default[this.locale];
this.config.locale = lang;
}
},