In the Python Playground section, several lessons show incomplete or missing Spanish translations within the instruction panels. While the interface and lesson titles are localized, the instructional text remains partially or entirely in English, creating inconsistency for Spanish-speaking users.
🧪 Steps to Reproduce
Navigate to learn.spikersoft.com/tools/python-playground.
Open any lesson (e.g., Cuatro operadores).
Observe the INSTRUCCIONES section.
Notice that the content is written in English despite the interface being in Spanish.
✅ Expected Behavior
All instructional text should be fully translated into Spanish, maintaining consistency with the localized interface.
Example:
“Define four functions: add(a, b), subtract(a, b), multiply(a, b), and divide(a, b).”
→ “Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b).”
❌ Actual Behavior
Lesson instructions remain in English.
Some technical terms are untranslated or mixed between languages.
The learning flow feels inconsistent for Spanish-speaking users.
📸 Evidence
The attached screenshot shows the lesson Cuatro operadores with English instructions under the Spanish interface.
🧠 Possible Root Cause
Missing translation keys in the lesson content database.
Static English text not linked to localization files.
Partial implementation of language switching for instructional content.
### 🧩 Summary
In the **Python Playground** section, several lessons show **incomplete or missing Spanish translations** within the instruction panels. While the interface and lesson titles are localized, the instructional text remains partially or entirely in English, creating inconsistency for Spanish-speaking users.
### 🧪 Steps to Reproduce
1. Navigate to `learn.spikersoft.com/tools/python-playground`.
2. Open any lesson (e.g., *Cuatro operadores*).
3. Observe the **INSTRUCCIONES** section.
4. Notice that the content is written in English despite the interface being in Spanish.
### ✅ Expected Behavior
All instructional text should be fully translated into Spanish, maintaining consistency with the localized interface.
Example:
- “Define four functions: add(a, b), subtract(a, b), multiply(a, b), and divide(a, b).”
→ **“Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b).”**
### ❌ Actual Behavior
- Lesson instructions remain in English.
- Some technical terms are untranslated or mixed between languages.
- The learning flow feels inconsistent for Spanish-speaking users.
### 📸 Evidence
The attached screenshot shows the lesson **Cuatro operadores** with English instructions under the Spanish interface.
### 🧠 Possible Root Cause
- Missing translation keys in the lesson content database.
- Static English text not linked to localization files.
- Partial implementation of language switching for instructional content.
Re-verified against current master. Lesson 20201 (Cuatro operadores) now has full Spanish instructions/hints in es/python.json, matching the example translation given in this report verbatim ("Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b)."). Duplicate symptom of #268, also closed.
Resolved by spikersoft-backend PR #27 (merged to master, part of the #279 → #296 localization effort). Closing.
Re-verified against current `master`. Lesson 20201 (`Cuatro operadores`) now has full Spanish `instructions`/`hints` in `es/python.json`, matching the example translation given in this report verbatim ("Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b)."). Duplicate symptom of #268, also closed.
Resolved by spikersoft-backend PR #27 (merged to `master`, part of the #279 → #296 localization effort). Closing.
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
In the Python Playground section, several lessons show incomplete or missing Spanish translations within the instruction panels. While the interface and lesson titles are localized, the instructional text remains partially or entirely in English, creating inconsistency for Spanish-speaking users.
🧪 Steps to Reproduce
learn.spikersoft.com/tools/python-playground.✅ Expected Behavior
All instructional text should be fully translated into Spanish, maintaining consistency with the localized interface.
Example:
→ “Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b).”
❌ Actual Behavior
📸 Evidence
The attached screenshot shows the lesson Cuatro operadores with English instructions under the Spanish interface.
🧠 Possible Root Cause
Re-verified against current
master. Lesson 20201 (Cuatro operadores) now has full Spanishinstructions/hintsines/python.json, matching the example translation given in this report verbatim ("Define cuatro funciones: add(a, b), subtract(a, b), multiply(a, b) y divide(a, b)."). Duplicate symptom of #268, also closed.Resolved by spikersoft-backend PR #27 (merged to
master, part of the #279 → #296 localization effort). Closing.