Remove LANG declaration in Makefile

Not sure why this was there to begin with....
This commit is contained in:
Shane McDonald 2022-12-01 15:54:14 -05:00
parent 6289bfb639
commit 6df4e62132

View File

@ -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 \