Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No connectivity between i18n and Vuetify.locale #71

Open
Talla2XLC opened this issue Jul 28, 2023 · 1 comment
Open

No connectivity between i18n and Vuetify.locale #71

Talla2XLC opened this issue Jul 28, 2023 · 1 comment

Comments

@Talla2XLC
Copy link

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...

@Talla2XLC Talla2XLC changed the title No connectivify between i18n and Vuetify.locale No connectivity between i18n and Vuetify.locale Jul 28, 2023
@userquin
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants