From b5d6b9e32607a4a8ed33077142a19b4e3baadd23 Mon Sep 17 00:00:00 2001 From: Rael Garcia Arnes Date: Sun, 26 May 2019 07:50:28 +0000 Subject: [PATCH] Add go-bindata dependency installation --- translations/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/translations/README.md b/translations/README.md index aa40d41ac9..c66956a57a 100644 --- a/translations/README.md +++ b/translations/README.md @@ -41,6 +41,14 @@ file. `poedit` does this automatically on save, but you can also run We use the English translation as the `msgid`. ## Regenerating the bindata file + +With the `mo` files up to date, you can now convert the generated files +into code using `go-bindata` command which can be installed with: + +```console +go get github.com/go-bindata/go-bindata/... +``` + Run `./hack/generate-bindata.sh`, this will turn the translation files into generated code which will in turn be packaged into the Kubernetes binaries.