We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2756531 commit 077d160Copy full SHA for 077d160
README.md
@@ -175,7 +175,7 @@ and `useAcceptLanguageHeader` in `config/laravellocalization.php`:
175
176
Whenever a locale is present in the url, it will be stored in the session by this middleware.
177
178
-In there is no locale present in the url, then this middleware will check the following
+If there is no locale present in the url, then this middleware will check the following
179
180
- If no locale is saved in session and `useAcceptLanguageHeader` is set to true, compute locale from browser and redirect to url with locale.
181
- If a locale is saved in session redirect to url with locale, unless its the default locale and `hideDefaultLocaleInURL` is set to true.
0 commit comments