From 687b4ac71de2b787e94236dd4c4693986e2c253e Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 24 Aug 2022 14:04:47 -0400 Subject: [PATCH] Fix make target for compiling api strings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f071f4b58e..b4efc99975 100644 --- a/Makefile +++ b/Makefile @@ -576,7 +576,7 @@ pot: $(UI_BUILD_FLAG_FILE) po: $(UI_BUILD_FLAG_FILE) $(NPM_BIN) --prefix awx/ui --loglevel warn run extract-strings -- --clean -LANG = "en-us" +LANG = "en_us" ## generate API django .pot .po messages: @if [ "$(VENV_BASE)" ]; then \