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 8f13c0e commit f960f81Copy full SHA for f960f81
Makefile
@@ -26,7 +26,7 @@ coverage: ## Run the test suite with coverage enabled
26
coverage html
27
coverage xml
28
29
-translatable_strings: ## Update the English '.po' file (and push to Transifex)
+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
0 commit comments