From 6df4e621328381341e33a1bf88bb8e1433545a4d Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 1 Dec 2022 15:54:14 -0500 Subject: [PATCH] Remove LANG declaration in Makefile Not sure why this was there to begin with.... --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 33c30d1ad6..d239752435 100644 --- a/Makefile +++ b/Makefile @@ -593,7 +593,6 @@ pot: $(UI_BUILD_FLAG_FILE) po: $(UI_BUILD_FLAG_FILE) $(NPM_BIN) --prefix awx/ui --loglevel warn run extract-strings -- --clean -LANG = "en_us" ## generate API django .pot .po messages: @if [ "$(VENV_BASE)" ]; then \