mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
[mod] fetch supported languages for several engines
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language.
This commit is contained in:
parent
92c6e88ad3
commit
f62ce21f50
26 changed files with 3633 additions and 362 deletions
|
@ -24,11 +24,6 @@ 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