This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 1448d31 Update README to include i18n step.
1448d31 is described below
commit 1448d3120399696a49b05641d6011deb42534aa6
Author: Jonathan Springer <[email protected]>
AuthorDate: Fri Feb 2 17:21:49 2018 -0500
Update README to include i18n step.
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 83f566e..190bfce 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,14 @@ $ go get github.com/apache/incubator-openwhisk-cli
$ cd $GOPATH/src/github.com/apache/incubator-openwhisk-cli
```
+The CLI internationalization should be generated dynamically using the
+bindata tool:
+
+```
+$ go get -u github.com/jteeuwen/go-bindata/...
+$ go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources
+```
+
Unfortunately, it has become necessary to lock dependencies versions to obtain
a
clean build of wsk. To that end, it's now necessary to populate the `vendors`
folder using the versions selected in the `build.gradle`:
--
To stop receiving notification emails like this one, please contact
[email protected].