Skip to content

Commit c0ffdf1

Browse files
mrbazzanmatthiask
andauthored
Update Makefile
Co-authored-by: Matthias Kestenholz <[email protected]>
1 parent f960f81 commit c0ffdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ translatable_strings: ## Update the English '.po' file
3030
cd debug_toolbar && python -m django makemessages -l en --no-obsolete
3131
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
3232

33-
update_translations: ## Download the updated '.po' file
33+
update_translations: ## Download updated '.po' files from Transifex
3434
tx pull -a --minimum-perc=10
3535
cd debug_toolbar && python -m django compilemessages
3636

0 commit comments

Comments
 (0)