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 f960f81 commit c0ffdf1Copy full SHA for c0ffdf1
Makefile
@@ -30,7 +30,7 @@ translatable_strings: ## Update the English '.po' file
30
cd debug_toolbar && python -m django makemessages -l en --no-obsolete
31
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
32
33
-update_translations: ## Download the updated '.po' file
+update_translations: ## Download updated '.po' files from Transifex
34
tx pull -a --minimum-perc=10
35
cd debug_toolbar && python -m django compilemessages
36
0 commit comments