mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
[refactor] translation engines: add translate category
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
91522f3801
commit
0a4280a137
5 changed files with 6 additions and 11 deletions
|
@ -14,7 +14,7 @@ about = {
|
|||
}
|
||||
|
||||
engine_type = 'online_dictionary'
|
||||
categories = ['dictionaries']
|
||||
categories = ['general', 'translate']
|
||||
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}'
|
||||
weight = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue