If you have an input word that is present in both languages, the result is not as expected.
For Example:
dict de en test
should output the english translation of test. But it outputs the german ones first:

If I switch both languages the result stays the same:
dict en de test

Is this an API issue of dict.cc, or a workflow problem?
If you have an input word that is present in both languages, the result is not as expected.

For Example:
dict de en testshould output the english translation of
test. But it outputs the german ones first:If I switch both languages the result stays the same:

dict en de testIs this an API issue of dict.cc, or a workflow problem?