Answer the question
In order to leave comments, you need to log in
How to change text to Russian in vuetify table?
Good day, please tell me how to rename "of" to "from" in vuetifyjs table footer
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question