You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
When users switch to Traditional Chinese (繁體中文) in the KubeStellar UI, they experience a mixed-language interface where the sidebar navigation is in Chinese but the main dashboard content remains in English.
Evidence
Sidebar (Chinese): 主要, 首頁, 管理, 管理叢集, 已暫存工作負載, etc.
Dashboard (English): Dashboard, Total Clusters, Active Clusters, Binding Policies, etc.
Root Cause
The strings.zh-Hant.json locale file has only 185 lines (~5.6KB) while the English reference has 2,831 lines (~113KB).
Description
When users switch to Traditional Chinese (繁體中文) in the KubeStellar UI, they experience a mixed-language interface where the sidebar navigation is in Chinese but the main dashboard content remains in English.
Evidence
Root Cause
The
strings.zh-Hant.jsonlocale file has only 185 lines (~5.6KB) while the English reference has 2,831 lines (~113KB).Missing Sections
common- Common UI stringsheader- Header componentslogin- Login pageinstallationPage- Installation wizardclusters- Cluster management (including dashboard)Expected Behavior
When Traditional Chinese is selected, all UI elements should display in Chinese without falling back to English.
Solution
Add complete Traditional Chinese translations for all missing sections in
frontend/src/locales/strings.zh-Hant.json.