Loading docs/dev/engine_overview.rst +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ categories list pages, in which the engine is working paging boolean support multible pages time_range_support boolean support search time range engine_type str ``online`` by default, other possibles values are ``offline``, ``online_dictionnary``, ``online_currency`` ``offline``, ``online_dictionary``, ``online_currency`` ======================= =========== ======================================================== .. _engine settings: Loading Loading @@ -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 Loading searx/engines/translated.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ about = { "results": 'JSON', } engine_type = 'online_dictionnary' engine_type = 'online_dictionary' categories = ['general'] 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}' Loading Loading
docs/dev/engine_overview.rst +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ categories list pages, in which the engine is working paging boolean support multible pages time_range_support boolean support search time range engine_type str ``online`` by default, other possibles values are ``offline``, ``online_dictionnary``, ``online_currency`` ``offline``, ``online_dictionary``, ``online_currency`` ======================= =========== ======================================================== .. _engine settings: Loading Loading @@ -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 Loading
searx/engines/translated.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ about = { "results": 'JSON', } engine_type = 'online_dictionnary' engine_type = 'online_dictionary' categories = ['general'] 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}' Loading