See title, using the plugin does not work in any input configuration, i.e. just inputting a string (e.g. "Я создал огромную печь."), inputting the target language and a string ("en Я создал огромную печь.") or source target string ("ru en Я создал огромную печь."). In any case, nothing happens. I also tried with a German test string. I each tested the "google", "bing", and "deepl" translators.
I tried running the code snippet from the translators library in a normal Python script and it gave me the correct and working output for multiple translators, e.g. "google" and "bing", with just "deepl" throwing an error. I'm not sure what exactly is broken, maybe the request takes too long and something breaks or something else.
See title, using the plugin does not work in any input configuration, i.e. just inputting a string (e.g. "Я создал огромную печь."), inputting the target language and a string ("en Я создал огромную печь.") or source target string ("ru en Я создал огромную печь."). In any case, nothing happens. I also tried with a German test string. I each tested the "google", "bing", and "deepl" translators.
I tried running the code snippet from the translators library in a normal Python script and it gave me the correct and working output for multiple translators, e.g. "google" and "bing", with just "deepl" throwing an error. I'm not sure what exactly is broken, maybe the request takes too long and something breaks or something else.