Commit d3e4d9bf authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents 2b8f71cf 296fd893
This diff is collapsed.
#!/bin/sh
set -e
./manage.py makemessages -l $1 -i 'repos/*'
git add locale/pt_BR/
git commit -m "Added $1 language"
......@@ -46,6 +46,7 @@ LANGUAGES = (
('fr', u'Français'),
('pl', 'Polski'),
('tr', u'Türkçe'),
('zh_CN', u'中文'),
)
SITE_ID = 1
......
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