Can anyone help me find the script to install translation on Vuetify?
I have searched here: https://vuetifyjs.com/en/customization/internationalization, but I am unable to locate it.
I came across some references, one suggesting : npm install vue-i18n
and another suggesting :
vue create vue-internationalization
Upon checking the documentation, it appears that there are 2 options available for this task.
Could someone advise which option is preferable and provide instructions on how to proceed?