-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
No fill on workload charts for some languages #8753
Comments
I've noticed the same problem while migrating from v2.7.0 (HELM Release 6.0.8) to 7.2.0 and using german language in the dashboard. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Same for me, in french the pie charts are black. Tested with chart 7.0.0 and 7.5.0 |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
What happened?
When I change the language from "English" to "French" (for example) the workload charts become black (no fill):
What did you expect to happen?
The charts should be green ("Running" status)
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The issue seems to be related to the method:
dashboard/modules/web/src/common/components/workloadstatus/component.ts
Lines 42 to 53 in 5e385bf
and the translations:
dashboard/modules/web/i18n/fr/messages.fr.xlf
Lines 557 to 560 in 5e385bf
dashboard/modules/web/i18n/fr/messages.fr.xlf
Lines 1803 to 1806 in 5e385bf
In french, the translation
En cours d'exécution: X
does not includeEn fonctionnement
so the color is not resolved.FYI, in the previous version, the above translations contain
En fonctionnement
Related issue: #7515
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Kubernetes Dashboard version
from 7.0.0 to 7.8.0
Kubernetes version
1.27.10
Dev environment
No response
The text was updated successfully, but these errors were encountered: