Skip to content

Commit

Permalink
[travis] Fix build when no translation available
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 26, 2017
1 parent 3ee4adc commit 5595b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ transifex_pull:
tx pull -a;
@echo "Transifex translations pulled"

compile_messages: init i18n/*/*.po
compile_messages: init
@set -e; for lang in $(TRANSLATIONS_I18N) ;\
do \
echo "Compiling messages for $$lang..."; \
Expand Down

0 comments on commit 5595b83

Please sign in to comment.