AutoResxTranslator icon indicating copy to clipboard operation
AutoResxTranslator copied to clipboard

there is a new translator (DeepL) with api

Open webspiderteam opened this issue 2 years ago • 2 comments

I saw a new translator and it translates better than google. May be you want to add. It has simple api

EXAMPLE REQUEST curl -X POST 'https://api-free.deepl.com/v2/translate'
--header 'Authorization: DeepL-Auth-Key [yourAuthKey]'
--header 'Content-Type: application/json'
--data '{ "text": [ "Hello, world!" ], "target_lang": "DE" }' EXAMPLE RESPONSE { "translations": [ { "detected_source_language": "EN", "text": "Hallo, Welt!" } ] }

webspiderteam avatar Jul 31 '23 11:07 webspiderteam

Sorry, this project is maintenance mode, I only accept pull requests

salarcode avatar Jul 31 '23 11:07 salarcode

I made code and created Pull request #19

webspiderteam avatar May 19 '24 12:05 webspiderteam