Google Translate Integration
-
Google has recently stopped support for translating pages using its Chrome extension, because this functionality is now part of Chrome. For us Vivaldi users this is bad news: the builtin translation function uses Lingvanex and offers no way to configure this (like for search engines). The Lingvanex translation is far worse than google translation for some languages. Even worse, it sometimes detects website languages incorrectly (e.g. Russian instead of Ukrainian), and there's no way to fix this in the translation dialogue.
I would really like to be able to choose the translation engine in Vivaldi just like I can choose the search engine.
For the time being, maybe someone can recommend a good extension that can translate pages using google translate? The closer to the google extension the better.
-
Use the extension Linguist - web pages translator:
https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
-
Thank you, this looks really good!
-
-
I created a bookmark in the bookmark bar to translate the current page to German using Google Translate. The bookmark address just contains this JavaScript snippet:
javascript:(function(){window.location.href="https://translate.google.com/website?sl=auto&tl=de&hl=de&client=webapp&u="+window.location.href})();