aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef05ac3..ce33328 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,7 @@ compress_css:
translatable_strings:
cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
+
+update_translations:
+ tx pull
+ cd debug_toolbar && django-admin.py compilemessages