Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e0c39ea authored by Noémi Ványi's avatar Noémi Ványi
Browse files

Fix tyop: online_dictionnary -> online_dictionary

parent 465bbd44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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}'