mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] reduce the available language list
close #406 settings['search']['languages'] contains the languages codes and 'all'
This commit is contained in:
parent
dfdf71bf08
commit
60db344cc0
5 changed files with 36 additions and 13 deletions
|
|
@ -20,6 +20,13 @@ search:
|
|||
# Default search language - leave blank to detect from browser information or
|
||||
# use codes from 'languages.py'
|
||||
default_lang: ""
|
||||
# Available languages
|
||||
# languages:
|
||||
# - all
|
||||
# - es
|
||||
# - de
|
||||
# - it-IT
|
||||
# - en-GB
|
||||
# ban time in seconds after engine errors
|
||||
ban_time_on_fail: 5
|
||||
# max ban time in seconds after engine errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue