We're trying to enable Chrome's translation prompt in El Espectador site.
Here's how the prompt appears in the address bar in sites like El Pais but not in our's.
We've tried setting the language of the site in several ways:
<html lang="es">
<meta name="language" content="spanish"/>
Are we missing anything?
This is because El Espectador have the following tag:
<meta name="google" content="notranslate">
Remove it and it should work.