aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e8959a..f02d9af 100644
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,5 @@ translatable_strings:
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
update_translations:
- tx pull
+ tx pull -a --minimum-perc=10
cd debug_toolbar && django-admin.py compilemessages