Browse Source

Improve transifex helper

David Cramer 10 years ago
parent
commit
f62c40d97d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -51,8 +51,10 @@ locale:
 
 update-transifex:
 	pip install transifex-client
+	cd src/sentry && sentry makemessages -i static -l en
 	tx push -s
 	tx pull -a
+	cd src/sentry && sentry compilemessages
 
 update-submodules:
 	@echo "--> Updating git submodules"