Skip to content

Instantly share code, notes, and snippets.

@matheusfaustino
Created January 14, 2016 11:33
Show Gist options
  • Save matheusfaustino/cfddc83f59318042f92d to your computer and use it in GitHub Desktop.
Save matheusfaustino/cfddc83f59318042f92d to your computer and use it in GitHub Desktop.
It is a shell command for running extract command without overflow
for i in de en es fr it pt tr; do app/console translation:extract --config=app $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment