How to avoid translation suggestion of Google Chrome in my app/PWA?

The GUI of my PWA is write in brazilian portuguese. Although when the user app, Google Chrome suggests a translation from english to portuguese. How could I avoid this suggestion?

1 Like

I had the same issue and solved it by setting the lang="es" attribute ("pt" in your case) inside the root html tag of index.html.