intel / webapps-scientific-calculator

Apache License 2.0
27 stars 33 forks source link

Chrome thinks app is in Norwegian #31

Closed stuartlangridge closed 8 years ago

stuartlangridge commented 8 years ago

Visiting this app in android Chrome, I get a pop-up suggesting that the page is in Norwegian and offering to translate. I suspect this can be avoided by explicitly specifying , but you'll want to test that.

davidmaxwaterman commented 8 years ago

Yes, I've seen that. I've asked around but people suggest that isn't possible. If you (or anyone else reading this) knows otherwise, I'm very happy to implement any change necessary.

davidmaxwaterman commented 8 years ago

For the record, the line is :

    <meta name="google" value="notranslate"/>

Tested using incognito mode on desktop - the little 'translate' icon is no longer shown.

Fixed in 7a280f650804dd8af908d10187654be750b74922.

Thanks for reporting this. Closing.