Commit 611d6dec authored by Michal Čihař's avatar Michal Čihař

Fix add lang to handle js as well

parent d78f26d7
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
set -e set -e
./manage.py makemessages -l $1 -i 'repos/*' ./manage.py makemessages -l $1 -i 'repos/*' -i 'docs/*'
./manage.py makemessages -l $1 -i 'repos/*' -i 'docs/*' -d djangojs
git add locale/$1/ git add locale/$1/
git commit -m "Added $1 language" git commit -m "Added $1 language"
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 to comment