Instructional text and code comments remain in English in the SQL Playground despite the user interface being set to Spanish.
Issue Description
Within the SQL Playground lessons, both the INSTRUCCIONES section and code editor comments appear in English while the rest of the interface and lesson titles are correctly localized to Spanish. This inconsistency affects multiple SQL lessons under the “Lecciones SQL y sandbox” module.
Environment
Property
Value
Application
SpikerSoft Learn
Module
SQL 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
Log in to the SpikerSoft platform.
Navigate to Learn > SQL Playground.
Open any lesson (e.g., SELECT * — todas las filas, todas las columnas).
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
Instructional text and code comments remain in English while the rest of the interface and lesson content are localized to Spanish.
Evidence
The screenshot shows the lesson SELECT * — todas las filas, todas las columnas with English instructions such as:
“Concept focus: apply this lesson’s SQL pattern first.”
“Write a query that returns every row from the travelers table.”
“Use * to ask for every column rather than naming them one at a time.”
The code editor also displays English comments:
-- Welcome to the SQL playground.
-- Pick a theme in the toolbar, then write a query.
The INSTRUCCIONES heading and lesson title are correctly localized, confirming the language setting is active.
Localization consistency across lessons is broken.
Frequency
Always
Reproducibility
100%
Severity
Medium
Notes
Same behavior observed in Python, JavaScript, C, C++, Assembler, and Regex Playground lessons. Occurs across all SQL Playground lessons. No workaround available.
## Summary
Instructional text and code comments remain in English in the SQL Playground despite the user interface being set to Spanish.
## Issue Description
Within the SQL Playground lessons, both the **INSTRUCCIONES** section and code editor comments appear in English while the rest of the interface and lesson titles are correctly localized to Spanish. This inconsistency affects multiple SQL lessons under the “Lecciones SQL y sandbox” module.
## Environment
| Property | Value |
|-----------|--------|
| Application | SpikerSoft Learn |
| Module | SQL 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 > SQL Playground**.
3. Open any lesson (e.g., *SELECT * — todas las filas, todas las columnas*).
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
Instructional text and code comments remain in English while the rest of the interface and lesson content are localized to Spanish.
## Evidence
- The screenshot shows the lesson **SELECT * — todas las filas, todas las columnas** with English instructions such as:
- “Concept focus: apply this lesson’s SQL pattern first.”
- “Write a query that returns every row from the travelers table.”
- “Use * to ask for every column rather than naming them one at a time.”
- The code editor also displays English comments:
- `-- Welcome to the SQL playground.`
- `-- Pick a theme in the toolbar, then write a query.`
- The **INSTRUCCIONES** heading and lesson title are correctly localized, confirming 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, JavaScript, C, C++, Assembler, and Regex Playground lessons. Occurs across all SQL Playground lessons. No workaround available.
Same shared root cause as #288 — lesson code-template comments are never localized (SQL track). Consolidated into epic #296; engineering support lands in spikersoft-backend PR #36, SQL 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 (SQL track). Consolidated into epic #296; engineering support lands in spikersoft-backend PR #36, SQL content fan-out follows under the epic. Closing as a duplicate of #296.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Instructional text and code comments remain in English in the SQL Playground despite the user interface being set to Spanish.
Issue Description
Within the SQL Playground lessons, both the INSTRUCCIONES section and code editor comments appear in English while the rest of the interface and lesson titles are correctly localized to Spanish. This inconsistency affects multiple SQL lessons under the “Lecciones SQL y sandbox” module.
Environment
Preconditions
User must be logged in and have Spanish selected as the display language.
Steps to Reproduce
Expected Result
All instructional text and code comments should appear in Spanish, consistent with the selected language.
Actual Result
Instructional text and code comments remain in English while the rest of the interface and lesson content are localized to Spanish.
Evidence
-- Welcome to the SQL playground.-- Pick a theme in the toolbar, then write a query.Impact
Frequency
Always
Reproducibility
100%
Severity
Medium
Notes
Same behavior observed in Python, JavaScript, C, C++, Assembler, and Regex Playground lessons. Occurs across all SQL Playground lessons. No workaround available.
Same shared root cause as #288 — lesson code-template comments are never localized (SQL track). Consolidated into epic #296; engineering support lands in spikersoft-backend PR #36, SQL content fan-out follows under the epic. Closing as a duplicate of #296.