mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Fix locale and search language
Locale and search language was always defined with english value. This patch inits the locale on `pre_request` in order to define the default value of locale and language preferences. Plus the `best_match` function provided by flask babel library did not work as expected. So the function `match_language` provided by searx is used to detect that the language from Accepted-Language header can be used in searx project.
This commit is contained in:
parent
a818d3241d
commit
373a66be30
3 changed files with 25 additions and 8 deletions
|
|
@ -5,7 +5,6 @@ general:
|
|||
search:
|
||||
safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
|
||||
autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
|
||||
language : "en-US"
|
||||
ban_time_on_fail : 5 # ban time in seconds after engine errors
|
||||
max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue