Fix make target for compiling api strings

This commit is contained in:
Christian M. Adams 2022-08-24 14:04:47 -04:00
parent a1b364f80c
commit 687b4ac71d
No known key found for this signature in database
GPG Key ID: 9C561C1398442F64

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 \