From 642003e2079516024339360284433c1f95978ec3 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Fri, 2 Dec 2022 10:46:16 -0500 Subject: [PATCH] Fix make messages target by specify lang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d239752435..6703e7c793 100644 --- a/Makefile +++ b/Makefile @@ -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 $($*)