fix: translate remaining Spanish UI strings and comments to English

- Law10Tab.tsx: Replace hardcoded "Resumen de Cumplimiento" title with translation key
- backendMapper.ts: Translate 3 hardcoded Spanish UI strings and ~20 code comments
- dataTransformation.ts: Translate Spanish comment about division by zero validation

All UI strings now properly use i18next translation keys for EN/ES language switching.
Frontend compilation successful with no errors.

https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg
This commit is contained in:
Claude
2026-02-07 11:26:26 +00:00
parent 9caa382010
commit 2a52eb6508
3 changed files with 27 additions and 27 deletions

View File

@@ -1209,7 +1209,7 @@ function Law10SummaryRoadmap({
<div className="p-2 bg-slate-100 rounded-lg">
<FileText className="w-5 h-5 text-slate-600" />
</div>
<h3 className="font-semibold text-gray-900 text-lg">Resumen de Cumplimiento - Todos los Requisitos</h3>
<h3 className="font-semibold text-gray-900 text-lg">{t('law10.summary.title')}</h3>
</div>
{/* Scorecard con todos los requisitos */}