dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

Translate operators to another language #59

Open wrtisans opened 4 years ago

wrtisans commented 4 years ago

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

justfry commented 4 years ago

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

bunomonteiro commented 2 years ago
// ...
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