Created
September 2, 2014 14:38
-
-
Save cansadadeserfeliz/9cc5a31f67e70235ecbb to your computer and use it in GitHub Desktop.
Compile translate messages specified Django apps
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 d in app1 app2 appN; do | |
cd $d | |
../manage.py makemessages --all | |
cd .. | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment