mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Remove LANG declaration in Makefile
Not sure why this was there to begin with....
This commit is contained in:
1
Makefile
1
Makefile
@@ -593,7 +593,6 @@ pot: $(UI_BUILD_FLAG_FILE)
|
|||||||
po: $(UI_BUILD_FLAG_FILE)
|
po: $(UI_BUILD_FLAG_FILE)
|
||||||
$(NPM_BIN) --prefix awx/ui --loglevel warn run extract-strings -- --clean
|
$(NPM_BIN) --prefix awx/ui --loglevel warn run extract-strings -- --clean
|
||||||
|
|
||||||
LANG = "en_us"
|
|
||||||
## generate API django .pot .po
|
## generate API django .pot .po
|
||||||
messages:
|
messages:
|
||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user