We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750b880 commit 0c9381cCopy full SHA for 0c9381c
Makefile
@@ -18,3 +18,7 @@ compress_css:
18
translatable_strings:
19
cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
20
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
21
+
22
+update_translations:
23
+ tx pull
24
+ cd debug_toolbar && django-admin.py compilemessages
0 commit comments