Created
January 14, 2016 11:33
-
-
Save matheusfaustino/cfddc83f59318042f92d to your computer and use it in GitHub Desktop.
It is a shell command for running extract command without overflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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