Skip to content

Instantly share code, notes, and snippets.

@whizkid79
Created April 21, 2017 08:52
Show Gist options
  • Save whizkid79/4c540f739c8fa3230692c08301895c86 to your computer and use it in GitHub Desktop.
Save whizkid79/4c540f739c8fa3230692c08301895c86 to your computer and use it in GitHub Desktop.
Quick Regex to get translations of a Magento 1 Module
grep -Eori '__(\(.*)' | grep -oE "('|\").*('|\")" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment