Skip to content
Snippets Groups Projects
Commit b6201a55 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '31-bug-standard-spracheinstellung-kaputt' into 'master'

Die Localisation verwendet nicht mehr den Accept Language Header

Stattdessen wird die eingestellte Sprache als Standard verwendet (de)
fixes #31 closes #31 

See merge request !20
parents 2e24fc5d 40682ec5
No related branches found
No related tags found
1 merge request!20Die Localisation verwendet nicht mehr den Accept Language Header
...@@ -299,7 +299,7 @@ return [ ...@@ -299,7 +299,7 @@ return [
// Negotiate for the user locale using the Accept-Language header if it's not defined in the URL? // Negotiate for the user locale using the Accept-Language header if it's not defined in the URL?
// If false, system will take app.php locale attribute // If false, system will take app.php locale attribute
'useAcceptLanguageHeader' => true, 'useAcceptLanguageHeader' => false,
// If LaravelLocalizationRedirectFilter is active and hideDefaultLocaleInURL // If LaravelLocalizationRedirectFilter is active and hideDefaultLocaleInURL
// is true, the url would not have the default application language // is true, the url would not have the default application language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment