Merge pull request #13274 from rooftopcellist/fix-messages-cmd

Fix make messages target by specify lang
This commit is contained in:
Shane McDonald 2022-12-02 19:04:09 -05:00 committed by GitHub
commit a0cfd8501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@ messages:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
$(PYTHON) manage.py makemessages -l $(LANG) --keep-pot
$(PYTHON) manage.py makemessages -l en_us --keep-pot
print-%:
@echo $($*)