You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know why I set the language setting here const vuetify = createVuetify({ ssr: true, locale: { locale: "en", messages: { zhHans, zhHant, en }, }, });
but all the language files are loaded on the network,
Environment
Vuetify Version: 3.1.12
Vue Version: 3.2.47
Browsers: Edge 111.0.1661.54
OS: Windows 10
Steps to reproduce
Hello , I just started learning vuetify.
I would like to know why I set the language setting here
const vuetify = createVuetify({ ssr: true, locale: { locale: "en", messages: { zhHans, zhHant, en }, }, });
but all the language files are loaded on the network,
can I load only these three languages?
PS:
Why does the console report this error?
Expected Behavior
Only load the ones I set
Actual Behavior
load all
Reproduction Link
https://codesandbox.io/p/sandbox/funny-sanne-0p43vq?welcome=true&file=%2FREADME.md
The text was updated successfully, but these errors were encountered: