Aprox. 2 weeks ago I posted a question in this group on how to implement google translate / deepl in kobo selection menu. Thanks to the github users @degiz and @NiLuJe, I managed to get it working. This is far better than I imagined.
use line: menu_item :selection :DeepL Translation :cmd_output :9999:/usr/bin/wget --header='Authorization: DeepL-Auth-Key $MY_KEY' --post-data='target_lang=EN&text=%' -qO - -free.deepl.com/v2/translate jq '.translations[0].text' fold -s -w 55 insert the api in the nickelmenu configuration file
I am passing a request to translate a simple sentence from Spanish to English through unity webrequest to deepl but I'm getting an error 400. To me it appears the arguments and syntax are correct but something must be wrong for the error to occur.
df19127ead