Merge pull request #13266 from shanemcd/leave-lang-alone

Remove LANG declaration in Makefile
This commit is contained in:
Shane McDonald
2022-12-01 16:23:34 -05:00
committed by GitHub

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 \