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