1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Fix make messages target by specify lang

This commit is contained in:
Christian M. Adams 2022-12-02 10:46:16 -05:00
parent ff7facdfa2
commit 642003e207
No known key found for this signature in database
GPG Key ID: 9C561C1398442F64

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 $($*)