Recent Topics

Translate admin validation errors



  • Hello, can someone help me with translating errors in admin ? I have tried to change the locale of vee-validate but without success.
    Thanks



  • you need to import your locale translation in shop/app.js like: import ar from 'vee-validate/dist/locale/ar' for arabic; and, add it in
    Vue.use(VeeValidate, {
    dictionary: {
    ar: ar,
    de: de,
    },
    events: 'input|change|blur',
    });


Log in to reply