-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation error in every minikube command since 1.15.0 #9704
Comments
Works here, which platform and locale are you on ? (it is not supposed to load a translation file for |
Hmm, can reproduce with non-american locale:
Or for other languages:
Worked OK in v1.14.2. |
No changes to translate itself, though. So it looks like a The error was there before as well, just didn't log it out to the console. |
I can confirm this behavior with the 1.15.0 release (running macOS 10.15.7). Explicitly setting an $ env LC_ALL=en_US.UTF-8 minikube version
minikube version: v1.15.0
commit: 3e098ff146b8502f597849dfda420a2fa4fa43f0 Setting a non-US locale--mine in this case: $ env LC_ALL=en_CA.UTF-8 minikube version
I1114 13:07:25.983227 66526 translate.go:89] Failed to load translation file for en: Asset translations/en.json not found
minikube version: v1.15.0
commit: 3e098ff146b8502f597849dfda420a2fa4fa43f0 No locale environment variable set, presumably falling back to a variant of $ env -u LC_ALL minikube version
I1114 13:06:48.939471 66485 translate.go:89] Failed to load translation file for en: Asset translations/en.json not found
minikube version: v1.15.0
commit: 3e098ff146b8502f597849dfda420a2fa4fa43f0 As always, I appreciate everyone's hard work on minikube! ❤️ |
Before, we had these two lines in the minikube log:
Now the first line is gone, the other is on the console:
|
The error message is extra useless, since it doesn't actually look at that path (adding the file doesn't help) So it only looks at the files that have been compiled into minikube the binary, and are available as an Asset |
This is fixed in v1.15.1 |
When I am trying to execute any command in minikube I have error message:
The text was updated successfully, but these errors were encountered: