diff options
| author | Aymeric Augustin | 2013-12-21 10:17:17 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-12-21 10:17:17 +0100 | 
| commit | 17fe950479989e1a56a62a7f284196c202e44a84 (patch) | |
| tree | 617cfec881ea50b725c28915cc36b932da032519 | |
| parent | 59c4c0f5a126524c07f50b6328869b7876031ab1 (diff) | |
| download | django-debug-toolbar-17fe950479989e1a56a62a7f284196c202e44a84.tar.bz2 | |
Change the update_translations command to include new languages.
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
