Skip to content

Commit

Permalink
docs: Update browser-language-detection.md (nuxt-modules#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek authored and paulgv committed Feb 22, 2019
1 parent 318850c commit f4c73ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/browser-language-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ To redirect the user every time they visit the app and keep their selected choic
// nuxt.config.js

['nuxt-i18n', {
useCookie: true,
alwaysRedirect: true
detectBrowserLanguage: {
useCookie: true,
alwaysRedirect: true
}
}]
```

0 comments on commit f4c73ef

Please sign in to comment.