added localize to admin

This commit is contained in:
Jan Bickel 2020-05-15 07:56:41 +02:00
parent 755874e0ae
commit eb5de5acdf
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ $(document).ready(function () {
mounted() {
this.addServerErrors();
this.addFlashMessages();
this.$validator.localize(document.documentElement.lang);
},
methods: {