refactor: implement i18n in core components (phase 1)
Refactored key components to use react-i18next translations: - ErrorBoundary: error messages and labels - ProgressStepper: step labels - DimensionCard: health status labels, descriptions, benchmark text, action buttons - DashboardTabs: back button, footer, default title Added translation keys to es.json and en.json: - dashboard.defaultTitle - All health status and benchmark keys already existed Build verified successfully. Remaining 31 components to be refactored in subsequent commits. https://claude.ai/code/session_4f888c33-8937-4db8-8a9d-ddc9ac51a725
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Diagnostic Dashboard",
|
||||
"defaultTitle": "DEMO CLIENT - Beyond CX Analytics",
|
||||
"viewDashboard": "View Diagnostic Dashboard",
|
||||
"generateAnalysis": "Generate Analysis",
|
||||
"analyzing": "Analyzing...",
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard de Diagnóstico",
|
||||
"defaultTitle": "CLIENTE DEMO - Beyond CX Analytics",
|
||||
"viewDashboard": "Ver Dashboard de Diagnóstico",
|
||||
"generateAnalysis": "Generar Análisis",
|
||||
"analyzing": "Analizando...",
|
||||
|
||||
Reference in New Issue
Block a user