...
It is important to add translations as part of validation
object
Similar procedure can be used to update Vuetify’s built-in translations, for example to change text in empty table (API link) which has key:
$vuetify.noDataText
Code Block language json { "$vuetify": { "noDataText": "No data here" } }
...