# [Bug] Missing translations at Regex Playground #273

Closed
opened 2026-06-27 17:03:36 +00:00 by enjin2310 · 1 comment

Summary

Lesson content and instructional text in the Regex Playground remain in English when the platform language is set to Spanish.

Issue Description

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

  • Affected Component: Lesson content and instructional text in Regex 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 Regex 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/regex-playground.
  2. Switch the interface language to Español.
  3. Open lesson 40100 – Bienvenido a las expresiones regulares.
  4. Observe the INSTRUCCIONES section and lesson content.

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 “Bienvenido a las expresiones regulares” with English instructions:
    • “A regular expression – regex for short – is a small pattern that describes a set of strings.”
    • “Type your pattern into the Pattern input at the top.”
    • “Click Submit to grade your pattern; you’ll see green checks for each test that passes and red X’s for the ones that don’t.”
    • “Click Continue to start Lesson 1.2, where you’ll write your first regex.”
  • Interface elements such as “Expresiones regulares”, “Continuar”, and “3 coincidencias en 0.0 ms” 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 Lesson content and instructional text in the Regex Playground remain in English when the platform language is set to Spanish. ## Issue Description The **lesson body** and **instructional sections** within the Regex Playground are not localized. Despite the interface being set to **Español**, the content continues to display in English. This results in inconsistent localization across the learning environment. - **Affected Component:** Lesson content and instructional text in Regex 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 | Regex 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/regex-playground`. 2. Switch the interface language to **Español**. 3. Open lesson **40100 – Bienvenido a las expresiones regulares**. 4. Observe the **INSTRUCCIONES** section and lesson content. ## 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 **“Bienvenido a las expresiones regulares”** with English instructions: - “A regular expression – regex for short – is a small pattern that describes a set of strings.” - “Type your pattern into the Pattern input at the top.” - “Click Submit to grade your pattern; you’ll see green checks for each test that passes and red X’s for the ones that don’t.” - “Click Continue to start Lesson 1.2, where you’ll write your first regex.” - Interface elements such as **“Expresiones regulares”**, **“Continuar”**, and **“3 coincidencias en 0.0 ms”** 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 40100 (Bienvenido a las expresiones regulares) now has full Spanish tutorialPanels in es/regex.json, matching the text quoted in this report verbatim ("¿Qué es una expresión regular?" panel).

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

Re-verified against current `master`. Lesson 40100 (`Bienvenido a las expresiones regulares`) now has full Spanish `tutorialPanels` in `es/regex.json`, matching the text quoted in this report verbatim ("¿Qué es una expresión regular?" panel). Resolved by spikersoft-backend PR #31 (merged to `master`, part of the #279 → #296 localization effort). Closing.
Sign in to join this conversation.