diff options
| author | Aymeric Augustin | 2013-10-27 21:26:43 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 21:26:43 +0100 |
| commit | 0c9381c594120cb9b77f1644bfccae5964df7274 (patch) | |
| tree | c279c16e5dd31647fc52129c55455c3d59c10ebd /Makefile | |
| parent | 750b8808d8ca09a99c0c01fa32c5277ad7cc995b (diff) | |
| download | django-debug-toolbar-0c9381c594120cb9b77f1644bfccae5964df7274.tar.bz2 | |
Add a task to update translations.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
