Commit 3be550ee authored by Michal Čihař's avatar Michal Čihař

Add comments to scripts

parent ed9b9596
#!/bin/sh
# Gerates .mo files used for runtime translating Weblate
set -e
./manage.py compilemessages
#!/bin/sh
# Renerates .po files used for translating Weblate
# Exit on failure
set -e
......
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