aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-27 21:26:43 +0100
committerAymeric Augustin2013-10-27 21:26:43 +0100
commit0c9381c594120cb9b77f1644bfccae5964df7274 (patch)
treec279c16e5dd31647fc52129c55455c3d59c10ebd /Makefile
parent750b8808d8ca09a99c0c01fa32c5277ad7cc995b (diff)
downloaddjango-debug-toolbar-0c9381c594120cb9b77f1644bfccae5964df7274.tar.bz2
Add a task to update translations.
Diffstat (limited to 'Makefile')
-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