aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40fc27c..ec0517c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,6 @@ compress_js:
compress_css:
yuicompressor --type css debug_toolbar/static/debug_toolbar/css/toolbar.css > debug_toolbar/static/debug_toolbar/css/toolbar.min.css
+
+translatable_strings:
+ cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete