zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.03k stars 533 forks source link

Getting rid off google translate dialog #142

Closed hasanAjsf closed 3 years ago

hasanAjsf commented 3 years ago

I'm building simple app using Arabic and English scripts, every time I run time the window shows the google translate windows as shown,how can I get rid of it, and prevent its appearance.

Screen Shot 2021-03-01 at 9 51 14 PM

hasanAjsf commented 3 years ago

It worked with me by adding:

<html lang="ar" class="notranslate" translate="no">
<head>
       <meta name="google" content="notranslate" /> 
</head>