Skip to content

Instantly share code, notes, and snippets.

@cansadadeserfeliz
Created September 2, 2014 14:38
Show Gist options
  • Save cansadadeserfeliz/9cc5a31f67e70235ecbb to your computer and use it in GitHub Desktop.
Save cansadadeserfeliz/9cc5a31f67e70235ecbb to your computer and use it in GitHub Desktop.
Compile translate messages specified Django apps
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