diff options
author | Hideki Saito <saito@fgrep.org> | 2019-07-26 02:47:35 +0200 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2019-07-31 15:44:29 +0200 |
commit | 8362aa71db550d0dabb181b633e29c7bb3b3abc2 (patch) | |
tree | 940e5a1a161c6b7731a1cfef72738d4f313a1aa7 /CONTRIBUTING.md | |
parent | Merge pull request #4378 from ryanpetrello/run-rabbit-run (diff) | |
download | awx-8362aa71db550d0dabb181b633e29c7bb3b3abc2.tar.xz awx-8362aa71db550d0dabb181b633e29c7bb3b3abc2.zip |
Update tooling and UI development documentation to cover I18N
- Document steps for adding I18N in builds
- Add "clean-language" target to remove *.mo files
Signed-off-by: Hideki Saito <saito@fgrep.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 941a252c68..b85b990359 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,6 +134,8 @@ Run the following to build the AWX UI: ```bash (host) $ make ui-devel ``` +See [the ui development documentation](awx/ui/README.md) for more information on using the frontend development, build, and test tooling. + ### Running the environment #### Start the containers |