# [Bug] Missing translations at C Playground #270

Closed
opened 2026-06-27 16:55:57 +00:00 by enjin2310 · 1 comment

Summary

The lesson content in the C Playground remains in English when the platform language is set to Spanish.

Issue Description

The lesson body and instructional text within the C Playground are not localized. Despite the interface being set to Español, the tutorial content continues to display in English. This results in inconsistent localization across the learning environment.

  • Affected Component: Lesson content and instructional text in C Playground
  • Observed Behavior: English text displayed while UI elements are in Spanish
  • User Impact: Spanish-speaking users encounter mixed-language content
  • Visible Symptoms: English text under the lesson header and instructional sections

Environment

Property Value
Application SpikerSoft Learning Platform
Module C Playground
Environment Production
Browser Firefox
Operating System Windows 11
Version v2026.06.26a
Device Desktop PC

Preconditions

Platform language set to Español.

Steps to Reproduce

  1. Navigate to learn.spikersoft.com/tools/c-playground.
  2. Switch the interface language to Español.
  3. Open lesson 80002 – The starter scaffold.
  4. Observe the lesson content and instructional text.

Expected Result

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

Actual Result

Lesson content remains in English despite the interface being localized to Spanish.

Evidence

  • Screenshot shows lesson “The starter scaffold” with English text:
    • “Understand the starter program shape so early challenges feel familiar, not scary.”
    • “Every C Challenge opens with a small scaffold so you don’t have to retype the boilerplate.”
    • “We give you the include, the main function, and a marker comment where your code goes.”
    • “Click Continue for next tutorial — how grading works.”
  • Interface elements such as “Plan de estudios de C” and “Continuar” are correctly displayed in Spanish.

Impact

  • Localization inconsistency within lesson content.
  • Spanish-speaking users may struggle to follow instructions.
  • Reduces overall translation completeness and platform usability.

Frequency

Always

Reproducibility

100%

Severity

Medium

Notes

All environment details confirmed from screenshot. No additional anomalies observed.

## Summary The lesson content in the C Playground remains in English when the platform language is set to Spanish. ## Issue Description The **lesson body and instructional text** within the C Playground are not localized. Despite the interface being set to **Español**, the tutorial content continues to display in English. This results in inconsistent localization across the learning environment. - **Affected Component:** Lesson content and instructional text in C Playground - **Observed Behavior:** English text displayed while UI elements are in Spanish - **User Impact:** Spanish-speaking users encounter mixed-language content - **Visible Symptoms:** English text under the lesson header and instructional sections ## Environment | Property | Value | |-----------|--------| | Application | SpikerSoft Learning Platform | | Module | C Playground | | Environment | Production | | Browser | Firefox | | Operating System | Windows 11 | | Version | v2026.06.26a | | Device | Desktop PC | ## Preconditions Platform language set to **Español**. ## Steps to Reproduce 1. Navigate to `learn.spikersoft.com/tools/c-playground`. 2. Switch the interface language to **Español**. 3. Open lesson **80002 – The starter scaffold**. 4. Observe the lesson content and instructional text. ## Expected Result All instructional and descriptive text should appear in Spanish, consistent with the selected language. ## Actual Result Lesson content remains in English despite the interface being localized to Spanish. ## Evidence - Screenshot shows lesson **“The starter scaffold”** with English text: - “Understand the starter program shape so early challenges feel familiar, not scary.” - “Every C Challenge opens with a small scaffold so you don’t have to retype the boilerplate.” - “We give you the include, the main function, and a marker comment where your code goes.” - “Click Continue for next tutorial — how grading works.” - Interface elements such as **“Plan de estudios de C”** and **“Continuar”** are correctly displayed in Spanish. ## Impact - Localization inconsistency within lesson content. - Spanish-speaking users may struggle to follow instructions. - Reduces overall translation completeness and platform usability. ## Frequency Always ## Reproducibility 100% ## Severity Medium ## Notes All environment details confirmed from screenshot. No additional anomalies observed.
Owner

Re-verified against current master. Lesson 80002 (The starter scaffold) now has full Spanish tutorialPanels in es/c.json, matching the text quoted in this report verbatim ("Con qué empiezas" / scaffold explanation).

Resolved by spikersoft-backend PR #28 (merged to master, part of the #279#296 localization effort). Closing.

Re-verified against current `master`. Lesson 80002 (`The starter scaffold`) now has full Spanish `tutorialPanels` in `es/c.json`, matching the text quoted in this report verbatim ("Con qué empiezas" / scaffold explanation). Resolved by spikersoft-backend PR #28 (merged to `master`, part of the #279 → #296 localization effort). Closing.
Sign in to join this conversation.