Commit 2da34818 authored by Michal Čihař's avatar Michal Čihař

Automatic adding of language

parent 9fcef6b1
#!/bin/sh
set -e
./manage.py makemessages -l $1 -i 'repos/*'
git add locale/pt_BR/
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