added localize to admin
This commit is contained in:
parent
755874e0ae
commit
eb5de5acdf
|
|
@ -36,6 +36,8 @@ $(document).ready(function () {
|
|||
mounted() {
|
||||
this.addServerErrors();
|
||||
this.addFlashMessages();
|
||||
|
||||
this.$validator.localize(document.documentElement.lang);
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue