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

Fix creating locales

parent 2400dd82
......@@ -33,8 +33,7 @@ git archive --format=tar $rev | tar xf - -C $build_dir
cd $build_dir
# Compile po files
./scripts/generate-locales
cd ..
../../scripts/generate-locales
# Cleanup possible byte compiled files (from above step)
find . -name '*.py[co]' -delete
......
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