mirror of https://github.com/searx/searx
Fix tyop: online_dictionnary -> online_dictionary
This commit is contained in:
parent
465bbd4402
commit
3e0c39eafa
|
@ -44,7 +44,7 @@ categories list pages, in which the engine is working
|
||||||
paging boolean support multible pages
|
paging boolean support multible pages
|
||||||
time_range_support boolean support search time range
|
time_range_support boolean support search time range
|
||||||
engine_type str ``online`` by default, other possibles values are
|
engine_type str ``online`` by default, other possibles values are
|
||||||
``offline``, ``online_dictionnary``, ``online_currency``
|
``offline``, ``online_dictionary``, ``online_currency``
|
||||||
======================= =========== ========================================================
|
======================= =========== ========================================================
|
||||||
|
|
||||||
.. _engine settings:
|
.. _engine settings:
|
||||||
|
@ -132,7 +132,7 @@ language str specific language code like ``'en_US'``, o
|
||||||
====================== ============== ========================================================================
|
====================== ============== ========================================================================
|
||||||
|
|
||||||
|
|
||||||
If the ``engine_type`` is ``online_dictionnary```, in addition to the ``online`` arguments:
|
If the ``engine_type`` is ``online_dictionary```, in addition to the ``online`` arguments:
|
||||||
|
|
||||||
====================== ============ ========================================================================
|
====================== ============ ========================================================================
|
||||||
argument type default-value, information
|
argument type default-value, information
|
||||||
|
|
|
@ -13,7 +13,7 @@ about = {
|
||||||
"results": 'JSON',
|
"results": 'JSON',
|
||||||
}
|
}
|
||||||
|
|
||||||
engine_type = 'online_dictionnary'
|
engine_type = 'online_dictionary'
|
||||||
categories = ['general']
|
categories = ['general']
|
||||||
url = 'https://api.mymemory.translated.net/get?q={query}&langpair={from_lang}|{to_lang}{key}'
|
url = 'https://api.mymemory.translated.net/get?q={query}&langpair={from_lang}|{to_lang}{key}'
|
||||||
web_url = 'https://mymemory.translated.net/en/{from_lang}/{to_lang}/{query}'
|
web_url = 'https://mymemory.translated.net/en/{from_lang}/{to_lang}/{query}'
|
||||||
|
|
Loading…
Reference in New Issue