fix(i18n): traducir StatsSection completamente (es/en) — antes todo hardcoded en español
- StatsSection ahora usa traducciones de i18n/ui.ts - Nuevas claves: stats.label1-4, stats.sub1-4 (es + en) - Hero y Footer ya estaban traducidos en commit anterior - Verificado: /en/ ya no muestra 'Años de experiencia' ni 'Soporte humano senior' — todo en inglés
This commit is contained in:
@@ -29,7 +29,7 @@ const description = lang === 'en'
|
||||
|
||||
<CloudDivider fillClass="fill-hds-bg-soft" />
|
||||
|
||||
<StatsSection t={t} />
|
||||
<StatsSection t={t} lang={lang} />
|
||||
<DifferenceCards t={t} />
|
||||
|
||||
<CloudDivider fillClass="fill-hds-bg" flip={true} />
|
||||
|
||||
Reference in New Issue
Block a user