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

Proper exclude list for locales update

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 836fdb01
......@@ -6,8 +6,8 @@
set -e
# Update po files itself
./manage.py makemessages --keep-pot -a -i 'repos/*' -i 'docs/*' -i 'examples/*' --settings=weblate.settings_test
./manage.py makemessages --keep-pot -a -i 'repos/*' -i 'docs/*' -i 'examples/*' -d djangojs --settings=weblate.settings_test
./manage.py makemessages --keep-pot -a -i 'data/*' -i 'docs/*' -i 'examples/*' -i 'build/*' --settings=weblate.settings_test
./manage.py makemessages --keep-pot -a -i 'data/*' -i 'docs/*' -i 'examples/*' -i 'build/*' -d djangojs --settings=weblate.settings_test
# Fix Report-Msgid-Bugs-To as it gets removed
sed -i 's/"Report-Msgid-Bugs-To:.*/"Report-Msgid-Bugs-To: weblate@lists.cihar.com\\n"/' locale/*/*/*.po
......
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