Add translation check

Added hint that one can run the translate check. This checks  whether the translations are at least syntactically correct.
pull/13295/head
Jan Klippel 2022-01-04 23:39:26 +01:00
parent 2b8ec9309e
commit 556d97e62b
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ All translations are stored in the top-level `translations` directory.
### Testing translations
* You can verify that the translations are syntactically valid by running: `go test k8s.io/minikube/pkg/minikube/translate`
* Once you have all the translations you want, save the file and rebuild the minikube from scratch to pick up your new translations:
```