mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
This commit is contained in:
parent
550232fc21
commit
829948b85d
2 changed files with 13 additions and 4 deletions
|
|
@ -1,13 +1,13 @@
|
|||
server:
|
||||
port : 8888
|
||||
secret_key : "ultrasecretkey" # change this!
|
||||
debug : False # Debug mode, only for development
|
||||
port : 2722
|
||||
secret_key : "8f92c98926f04c8cb2a5fdc3bca19f7c" # change this!
|
||||
debug : True # Debug mode, only for development
|
||||
request_timeout : 2.0 # seconds
|
||||
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||
themes_path : "" # Custom ui themes path
|
||||
default_theme : default # ui theme
|
||||
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
||||
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
||||
useragent_suffix : "Cqcb Style" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
||||
|
||||
engines:
|
||||
- name : wikipedia
|
||||
|
|
@ -130,6 +130,9 @@ engines:
|
|||
- name : subtitleseeker
|
||||
engine : subtitleseeker
|
||||
shortcut : ss
|
||||
# The language is an option. You can put any language written in english
|
||||
# Examples : English, French, German, Hungarian, Chinese...
|
||||
# language : English
|
||||
|
||||
- name : startpage
|
||||
engine : startpage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue