Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Translate operators to another language #59

Open
wrtisans opened this issue Jun 3, 2020 · 2 comments
Open

Translate operators to another language #59

wrtisans opened this issue Jun 3, 2020 · 2 comments

Comments

@wrtisans
Copy link

wrtisans commented Jun 3, 2020

is there a possibility to translate the operators to spanish, italian or another language? i've tried but is not applying

@justfry
Copy link

justfry commented Jun 26, 2020

Same issue, we try to build russian-user-frendly interface, but primitive operators is not clear for our customers

@bunomonteiro
Copy link

bunomonteiro commented Oct 20, 2021

// ...
data: () => ({
  rules: [
    {
      type: 'text',
      id: 'rule_id',
      label: 'Rule Label',
      operators: ['Operator 1', 'Operator 2', 'Operator 3', 'Operator 4', 'Operator 5', '...']
    },
  ]
})
// ...

See: https://dabernathy89.github.io/vue-query-builder/configuration.html#rules

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants