mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add extraction of strings to be translated as part of build process
Add extraction of strings to be translated as part of build process for ui_next. Also, sets the source locale. See: https://lingui.js.org/tutorials/cli.html#configuring-source-locale closes: https://github.com/ansible/awx/issues/7451
This commit is contained in:
2
Makefile
2
Makefile
@@ -576,6 +576,8 @@ ui-release-next:
|
||||
touch awx/ui_next/build/static/.placeholder
|
||||
|
||||
ui-devel-next: awx/ui_next/node_modules
|
||||
$(NPM_BIN) --prefix awx/ui_next run extract-strings
|
||||
$(NPM_BIN) --prefix awx/ui_next run compile-strings
|
||||
$(NPM_BIN) --prefix awx/ui_next run build
|
||||
mkdir -p awx/public/static/css
|
||||
mkdir -p awx/public/static/js
|
||||
|
||||
Reference in New Issue
Block a user