AlexanderWillner / deepl-alfred-workflow2

DeepL Alfred Workflow
228 stars 8 forks source link

Spanish #7

Closed setegonz closed 4 years ago

setegonz commented 5 years ago

The workflow doesn't seem to work when translating from Spanish to English. Do I need to configure something for this specific case? Since the default language is EN I didn't change anything in the configuration.

Thanks for your workflow!

AlexanderWillner commented 5 years ago

Mh, I see. So for example query for El tiempo es una ilusión...

setegonz commented 5 years ago

@AlexanderWillner 8C5812F6-D3BD-4F2E-ADE7-3FEA10FA35E1

politicus commented 5 years ago

Close to the previous case. Just installed the workflow. Didn't change any variable.

When I use the "dl" keyword the word I type is translated to French.

When I use the "dlde" keyword the word I type is translated to de while the variable DEEPL_TARGET is set EN.

ww7 commented 5 years ago

It's not send variable to that run mode Probably not set or run in different env I check manually in terminal

DEEPL_TARGET="RU"
./deepl.sh -l $DEEPL_TARGET "This is just an example."

– works

Hardcode dl lang is works too

AlexanderWillner commented 4 years ago
It's not send variable to that run mode
Probably not set or run in different env

Fixed.