Skip to content

Commit

Permalink
Stop changing the app-language when routing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed May 30, 2023
1 parent 18fdc9d commit 4925d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineNuxtConfig({
},
i18n: {
strategy: "no_prefix",
skipSettingLocaleOnNavigate: true,
defaultLocale: "en",
// Due to a bug in @nuxtjs/i18n@8.0.0-beta.11 we have to use beta.10 with inline configuration. See: https://github.com/nuxt-modules/i18n/issues/1990
vueI18n,
Expand Down

0 comments on commit 4925d00

Please sign in to comment.