Skip to content

Commit

Permalink
Merge pull request ansible#13266 from shanemcd/leave-lang-alone
Browse files Browse the repository at this point in the history
Remove LANG declaration in Makefile
  • Loading branch information
shanemcd authored Dec 1, 2022
2 parents 6289bfb + 6df4e62 commit ff7facd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ff7facd

Please sign in to comment.