Bagisto Forum

    Bagisto

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

    Translate admin validation errors

    General Discussion
    2
    2
    241
    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

      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

        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
        • First post
          Last post