forked from Icycoide/searxng
Add language support for more engines.
This commit is contained in:
parent
a11230819f
commit
a11948c71b
15 changed files with 66 additions and 39 deletions
|
@ -22,7 +22,9 @@ language_support = True # TODO
|
|||
|
||||
default_tld = 'com'
|
||||
language_map = {'ru': 'ru',
|
||||
'ua': 'uk',
|
||||
'ua': 'ua',
|
||||
'be': 'by',
|
||||
'kk': 'kz',
|
||||
'tr': 'com.tr'}
|
||||
|
||||
# search-url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue