Skip to content

Instantly share code, notes, and snippets.

@AquisTech
Last active July 11, 2020 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AquisTech/04427b253285c15d4bcd to your computer and use it in GitHub Desktop.
Save AquisTech/04427b253285c15d4bcd to your computer and use it in GitHub Desktop.
Detect and prompt missing translation in browser
span.translation_missing {
background: red;
}
$('span.translation_missing').livequery(function() {
alert($(this).text() + ' : ' + $(this).attr('title'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment