Detect browser language and always redirect to locale - fixed #1108
This commit is contained in:
parent
2916ab502e
commit
86922df61a
1 changed files with 4 additions and 0 deletions
|
|
@ -280,6 +280,10 @@ export default {
|
|||
},
|
||||
lazy: true,
|
||||
langDir: "lang/",
|
||||
detectBrowserLanguage: {
|
||||
alwaysRedirect: true,
|
||||
fallbackLocale: "en",
|
||||
},
|
||||
},
|
||||
/*
|
||||
** Build configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue