Skip to content

Instantly share code, notes, and snippets.

@maxpeterson
Created November 12, 2019 15:06
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 maxpeterson/f106c38ead410c757543151c431714c3 to your computer and use it in GitHub Desktop.
Save maxpeterson/f106c38ead410c757543151c431714c3 to your computer and use it in GitHub Desktop.
sed -E -e 's/^#.*//' \
-e 's/"(.*)"/\1/' \
-e 's/\\n//' \
-e 's/(msgid_plural|msgstr|msgid)(\[[0-1]\])?//' \
locale/en-gb/LC_MESSAGES/django.po \
| awk 'NF' \
| wc -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment