A
A
Anton89892019-11-15 15:29:05
Vue.js
Anton8989, 2019-11-15 15:29:05

How to change text to Russian in vuetify table?

Good day, please tell me how to rename "of" to "from" in vuetifyjs table footer5dce99e913a92681046301.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2019-11-15
@Anton8989

As an option, put the Russian locale:

import ru from 'vuetify/es5/locale/ru'
export default new Vuetify({
  lang: {
    locales: { ru },
    current: 'ru'
  }
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question