aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-21 10:17:17 +0100
committerAymeric Augustin2013-12-21 10:17:17 +0100
commit17fe950479989e1a56a62a7f284196c202e44a84 (patch)
tree617cfec881ea50b725c28915cc36b932da032519
parent59c4c0f5a126524c07f50b6328869b7876031ab1 (diff)
downloaddjango-debug-toolbar-17fe950479989e1a56a62a7f284196c202e44a84.tar.bz2
Change the update_translations command to include new languages.
-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