[refactor] translation engines: add translate category

Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Bnyro 2024-04-25 19:48:37 +02:00 committed by Markus Heiser
parent 91522f3801
commit 0a4280a137
5 changed files with 6 additions and 11 deletions

View file

@ -13,7 +13,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['general']
categories = ['general', 'translate']
url = 'https://api-free.deepl.com/v2/translate'
api_key = None
@ -51,11 +51,6 @@ def response(resp):
infobox += "</dl>"
results.append(
{
'infobox': 'Deepl',
'content': infobox,
}
)
results.append({'answer': infobox})
return results