Merge pull request #12731 from rooftopcellist/fix-messages-target

Fix make target for compiling api strings
This commit is contained in:
Christian Adams
2022-08-24 17:01:43 -04:00
committed by GitHub

View File

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