Merge pull request #46571 from agonzalezro/xgettext

Automatic merge from submit-queue

Fix go-xgettext (go get) reference on translations README

The `go get` command to install `xgettext` was wrongly pointing to `tree/master`.
This commit is contained in:
Kubernetes Submit Queue
2017-05-29 11:14:11 -07:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ Once the strings are wrapped, you can extract strings from go files using
the `go-xgettext` command which can be installed with:
```console
go get github.com/gosexy/gettext/tree/master/go-xgettext
go get github.com/gosexy/gettext/go-xgettext
```
Once that's installed you can run `hack/update-translations.sh`, which