language-chooser
-
Hey. If it's not difficult, how can you implement the address of an already open page with a redirect to google translate?
{ id: cer iconName: "language-chooser" onTriggered: { webview.url = 'https://translate.google.com/[this open page]'; } text: qsTr("language-chooser") },
without setting the start page.
Eg: https://my.site -start page.
https://my.site/news/(publication) -translation into another language
https://my.site/news/(publication_2) -translation into another language
etc.