mirror of https://github.com/k3s-io/k3s
Fix go-xgettext (go get) reference on translations README
parent
f219f3c153
commit
1abdc33514
|
@ -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:
|
the `go-xgettext` command which can be installed with:
|
||||||
|
|
||||||
```console
|
```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
|
Once that's installed you can run `hack/update-translations.sh`, which
|
||||||
|
|
Loading…
Reference in New Issue