# [Bug] Missing Spanish Translations in JavaScript Playground Lessons #290

Closed
opened 2026-06-30 15:06:22 +00:00 by enjin2310 · 1 comment

Summary

English instructional comments remain visible in the JavaScript Playground despite the user interface being set to Spanish.

Issue Description

Within the JavaScript Playground lessons, code editor comments and certain instructional text appear in English while the rest of the interface and lesson content are correctly localized to Spanish. This inconsistency occurs across multiple JavaScript lessons.

Environment

Property Value
Application SpikerSoft Learn
Module JavaScript Playground
Environment Production
Browser Firefox
Operating System Windows 11
Version v2026.06.28e
Device Desktop

Preconditions

User must be logged in and have Spanish selected as the display language.

Steps to Reproduce

  1. Log in to the SpikerSoft platform.
  2. Navigate to Learn > JavaScript Playground.
  3. Open any lesson (e.g., Declaración de función vs expresión).
  4. Observe the instructional text and code editor comments.

Expected Result

All instructional text and code comments should appear in Spanish, consistent with the selected language.

Actual Result

Code editor comments remain in English while the rest of the interface and lesson content are localized to Spanish.

Evidence

  • The screenshot shows the lesson Declaración de función vs expresión with English comments such as // Use the lesson concept first, then refine. under a Spanish interface.
  • The INSTRUCCIONES panel is correctly localized, but the code editor content is not.
  • The sidebar and lesson titles are displayed in Spanish, confirming that the language setting is active.

Impact

  • Spanish-speaking users encounter mixed-language content.
  • Learning flow and comprehension are disrupted.
  • Localization consistency across lessons is broken.

Frequency

Always

Reproducibility

100%

Severity

Medium

Notes

Same behavior observed in Python Playground lessons. Occurs across all JavaScript Playground lessons. No workaround available.

## Summary English instructional comments remain visible in the JavaScript Playground despite the user interface being set to Spanish. ## Issue Description Within the JavaScript Playground lessons, code editor comments and certain instructional text appear in English while the rest of the interface and lesson content are correctly localized to Spanish. This inconsistency occurs across multiple JavaScript lessons. ## Environment | Property | Value | |-----------|--------| | Application | SpikerSoft Learn | | Module | JavaScript Playground | | Environment | Production | | Browser | Firefox | | Operating System | Windows 11 | | Version | v2026.06.28e | | Device | Desktop | ## Preconditions User must be logged in and have Spanish selected as the display language. ## Steps to Reproduce 1. Log in to the SpikerSoft platform. 2. Navigate to **Learn > JavaScript Playground**. 3. Open any lesson (e.g., *Declaración de función vs expresión*). 4. Observe the instructional text and code editor comments. ## Expected Result All instructional text and code comments should appear in Spanish, consistent with the selected language. ## Actual Result Code editor comments remain in English while the rest of the interface and lesson content are localized to Spanish. ## Evidence - The screenshot shows the lesson **Declaración de función vs expresión** with English comments such as `// Use the lesson concept first, then refine.` under a Spanish interface. - The **INSTRUCCIONES** panel is correctly localized, but the code editor content is not. - The sidebar and lesson titles are displayed in Spanish, confirming that the language setting is active. ## Impact - Spanish-speaking users encounter mixed-language content. - Learning flow and comprehension are disrupted. - Localization consistency across lessons is broken. ## Frequency Always ## Reproducibility 100% ## Severity Medium ## Notes Same behavior observed in Python Playground lessons. Occurs across all JavaScript Playground lessons. No workaround available.
Owner

Same shared root cause as #288 — lesson code-template comments are never localized (JavaScript track). Consolidated into epic #296; engineering support lands in spikersoft-backend PR #36, JS content fan-out follows under the epic. Closing as a duplicate of #296.

Same shared root cause as #288 — lesson code-template comments are never localized (JavaScript track). Consolidated into epic #296; engineering support lands in spikersoft-backend PR #36, JS content fan-out follows under the epic. Closing as a duplicate of #296.
Sign in to join this conversation.