Problema traduzione automatica
Hi, I installed the script on Tampermonkey, set Google's automatic translation, auto source language, it target language, but it doesn't work on Wikipedia for example, and others too, while on github and some other site it does. I would like to configure Google's automatic translation on all sites, from auto source language to Italian, is it possible? Thanks.
Hello, do you mean that some websites cannot be translated, or cannot be translated automatically?
They are not automatically translated, for example Wikipedia, with which I have tried only in English though. I also tried to edit the script manually also like this: (508-512)
config: { isAuto: true, transEngine: 'ge', transOrigLang: 'auto', transTargetLang: 'it', ...
I have never worked with java, I have some experience in C ++, I think they are the default settings. I use AdGuard, could this be the problem? I forgot to tell you that I'm working on Windows 10, Opera Stable 68.
If you just can't translate automatically, you can use the command conf set isAuto 1 to enable automatic translation, then use conf set allowUrl add <host> to add the page you want to translate automatically.