🇪🇸 Español
El tile bento de Features hardcodea ["Python", "JavaScript", "TypeScript"] (sin Go), evitando i18n, mientras que el array LANGUAGES del workspace sí incluye Go — así las superficies de marketing no coinciden con el soporte real del analizador.
Archivos: src/components/sections/Features.tsx:116, src/components/ui/CodeWorkspace.tsx:7
Solución sugerida: Derivar la lista de lenguajes soportados desde el registry del analizador y consumirla en Hero y Features en lugar de duplicar literales.
🇬🇧 English
The Features bento tile hardcodes ["Python", "JavaScript", "TypeScript"] (missing Go), bypassing i18n, while the workspace LANGUAGES array does include Go — so marketing surfaces disagree with actual analyzer support.
Files: src/components/sections/Features.tsx:116, src/components/ui/CodeWorkspace.tsx:7
Suggested fix: Derive the supported-language list from the analyzer registry and consume it in both Hero and Features instead of duplicating literals.
🇪🇸 Español
El tile bento de Features hardcodea
["Python", "JavaScript", "TypeScript"](sin Go), evitando i18n, mientras que el arrayLANGUAGESdel workspace sí incluye Go — así las superficies de marketing no coinciden con el soporte real del analizador.Archivos:
src/components/sections/Features.tsx:116,src/components/ui/CodeWorkspace.tsx:7Solución sugerida: Derivar la lista de lenguajes soportados desde el registry del analizador y consumirla en Hero y Features en lugar de duplicar literales.
🇬🇧 English
The Features bento tile hardcodes
["Python", "JavaScript", "TypeScript"](missing Go), bypassing i18n, while the workspaceLANGUAGESarray does include Go — so marketing surfaces disagree with actual analyzer support.Files:
src/components/sections/Features.tsx:116,src/components/ui/CodeWorkspace.tsx:7Suggested fix: Derive the supported-language list from the analyzer registry and consume it in both Hero and Features instead of duplicating literals.