Skip to content

Instantly share code, notes, and snippets.

@bmccormack
Created May 18, 2015 21:38
Show Gist options
  • Save bmccormack/ecb2a3e49aa94fba2589 to your computer and use it in GitHub Desktop.
Save bmccormack/ecb2a3e49aa94fba2589 to your computer and use it in GitHub Desktop.
What % of strings have been translated on my LocalizeJS order?
($('div.item').length - $('div.translation p:contains("Waiting for translation")').length) / $('div.item').length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment