Skip to content

Centralize the supported-language list (Features bento hardcodes it, missing Go) #53

Description

@DataDave-Dev

🇪🇸 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersi18nInternationalization / translations

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions