mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add language names in qwant's fetch languages function
This commit is contained in:
parent
e0142d380e
commit
ea9d979cc3
2 changed files with 4 additions and 5 deletions
|
|
@ -24,9 +24,9 @@ from babel.localedata import locale_identifiers
|
|||
from flask_babel import gettext
|
||||
from operator import itemgetter
|
||||
from json import loads
|
||||
from requests import get
|
||||
from searx import settings
|
||||
from searx import logger
|
||||
from searx.poolrequests import get
|
||||
from searx.utils import load_module, match_language, get_engine_from_settings
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue