diff options
author | nixocio <nixocio@gmail.com> | 2020-07-01 17:29:08 +0200 |
---|---|---|
committer | nixocio <nixocio@gmail.com> | 2020-07-01 18:05:37 +0200 |
commit | fab94902a076e854b6e75ffca45877ebd4618204 (patch) | |
tree | eb7f1c0c6e1c58032ac96f862a3d128e7eb8ebd5 /.gitignore | |
parent | Merge pull request #7499 from nixocio/ui_translations_issues (diff) | |
download | awx-fab94902a076e854b6e75ffca45877ebd4618204.tar.xz awx-fab94902a076e854b6e75ffca45877ebd4618204.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 406382197f..7e0f07a83c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ awx/ui/client/languages awx/ui/templates/ui/index.html awx/ui/templates/ui/installing.html awx/ui_next/node_modules/ +awx/ui_next/src/locales/ awx/ui_next/coverage/ awx/ui_next/build awx/ui_next/.env.local |