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
You need to configure i18n module properly, check the i18n option in the playground, there are a few options you need to configure.
I need to fix some edge cases and add some entries to the docs. Right now we cannot change the i18n locale directly, we need to use i18n.setLocale that's async.
The playground is using no_prefix strategy, you can check this issue nuxt-modules/i18n#2192
When I changing i18n locale it doesn`t change Vuetify.locale.current (useLocale().current)
I have '@nuxtjs/i18n' and 'vuetify-nuxt-module' in my nuxt.config...
The text was updated successfully, but these errors were encountered: