mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
Add language support for more engines.
This commit is contained in:
parent
a11230819f
commit
a11948c71b
15 changed files with 66 additions and 39 deletions
|
@ -24,6 +24,11 @@ categories = ['general']
|
|||
|
||||
# paging = False
|
||||
language_support = True
|
||||
supported_languages = ["af", "de", "ar", "hy", "be", "bg", "ca", "cs", "zh-CN", "zh-TW",
|
||||
"ko", "hr", "da", "sk", "sl", "es", "eo", "et", "fi", "fr",
|
||||
"el", "iw", "hi", "nl", "hu", "id", "en", "is", "it", "ja",
|
||||
"lv", "lt", "no", "fa", "pl", "pt", "ro", "ru", "sr", "sw",
|
||||
"sv", "tl", "th", "tr", "uk", "vi"]
|
||||
|
||||
# search-url
|
||||
base_url = 'https://startpage.com/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue