Skip to content

Commit 0c9381c

Browse files
committed
Add a task to update translations.
1 parent 750b880 commit 0c9381c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ compress_css:
1818
translatable_strings:
1919
cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
2020
@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

Comments
 (0)