aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 22:15:18 +0200
committerAymeric Augustin2013-10-26 22:15:18 +0200
commitae52695631b409420aa1cf703a94a80c28c652b7 (patch)
tree3dfb7d447f7340d942a32c92a76850d51e349af3 /Makefile
parenta29141c57c19ae69a142841998fcf056db2289b0 (diff)
downloaddjango-debug-toolbar-ae52695631b409420aa1cf703a94a80c28c652b7.tar.bz2
Add info about pushing translations to Transifex.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec0517c..ef05ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,5 @@ 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
+ 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)"