# [Bug] Missing Spanish Translations in Python Playground Lessons #289

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

Summary

Several instructional elements in the Python Playground remain untranslated when the user language is set to Spanish.

Issue Description

Within the Python Playground lessons, instructional comments and code hints appear in English despite the interface and lesson titles being displayed in Spanish. This inconsistency affects all Python lessons under the “Learn” section.

Environment

Property Value
Application SpikerSoft Learn
Module Python 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 > Python Playground.
  3. Open any lesson (e.g., Cuatro operadores).
  4. Observe the instructional text and code comments.

Expected Result

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

Actual Result

Instructional comments and code hints remain in English while the rest of the interface is localized to Spanish.

Evidence

  • The screenshot shows the lesson Cuatro operadores with English comments such as # replace this with your code under the Spanish interface.
  • The INSTRUCCIONES panel is correctly localized, but the code editor content is not.
  • The right-side Lección Concepts panel also displays English text (“Return a value”).

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

Occurs across all Python Playground lessons. Similar behavior observed in other language-specific playgrounds. No workaround available.

## Summary Several instructional elements in the Python Playground remain untranslated when the user language is set to Spanish. ## Issue Description Within the Python Playground lessons, instructional comments and code hints appear in English despite the interface and lesson titles being displayed in Spanish. This inconsistency affects all Python lessons under the “Learn” section. ## Environment | Property | Value | |-----------|--------| | Application | SpikerSoft Learn | | Module | Python 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 > Python Playground**. 3. Open any lesson (e.g., *Cuatro operadores*). 4. Observe the instructional text and code comments. ## Expected Result All instructional text and code comments should appear in Spanish, consistent with the selected language. ## Actual Result Instructional comments and code hints remain in English while the rest of the interface is localized to Spanish. ## Evidence - The screenshot shows the lesson **Cuatro operadores** with English comments such as `# replace this with your code` under the Spanish interface. - The **INSTRUCCIONES** panel is correctly localized, but the code editor content is not. - The right-side **Lección Concepts** panel also displays English text (“Return a value”). ## 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 Occurs across all Python Playground lessons. Similar behavior observed in other language-specific playgrounds. No workaround available.
Owner

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