OK, problem solved.
@kosmicbird here’s the immediate quick-fix:
1. Replace the Google Translate widget with a Text Widget.
2. In the Content field of the Text Widget, copy/paste the following snippet:
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'},
'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
@jeherve This problem is a Google-glitch, not a JetPack problem per se. I’ll provide a fuller explanation/JP-patch on GitHub within the next couple days.
Cheers Folks!