From 556d97e62b278b79502654ecca2beb381a7e4fb9 Mon Sep 17 00:00:00 2001 From: Jan Klippel Date: Tue, 4 Jan 2022 23:39:26 +0100 Subject: [PATCH] Add translation check Added hint that one can run the translate check. This checks whether the translations are at least syntactically correct. --- site/content/en/docs/contrib/translations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/contrib/translations.md b/site/content/en/docs/contrib/translations.md index 49bfb230ef..cd5de8a95d 100644 --- a/site/content/en/docs/contrib/translations.md +++ b/site/content/en/docs/contrib/translations.md @@ -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: ```