• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Translate admin validation errors

General Discussion
2
2
251
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    sebastian last edited by 13 May 2020, 18:17

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

    1 Reply Last reply Reply Quote 0
    • P
      prateek-webkul last edited by 14 May 2020, 13:53

      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',
      });

      1 Reply Last reply Reply Quote 0
      2 out of 2
      • First post
        2/2
        Last post