Commit 09a9e664 by Őry Máté

Make love :(

parent 016ef79a
......@@ -17,7 +17,7 @@ collectstatic:
./manage.py collectstatic --noinput
mo:
for i in */locale/*/*/*.po; do echo -ne "$i:\t"; msgfmt --statistics $i;done
for i in */locale/*/*/*.po; do echo -ne "$$i:\t"; msgfmt --statistics $$i;done
for i in */; do cd $$i; ls locale &>/dev/null && ../manage.py compilemessages || true; cd ..; done
restart:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment