Title: Bug: Partial translation in lesson dropdown menu
Severity: Low
Mode: C# lessons section � navigation / dropdown menu
Lesson ID / File: Lesson dropdown menu (appears across all C# lessons)
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Steps to Reproduce
1. Navigate to any C# lesson
2. Open the lesson dropdown menu
3. Observe the word "Lesson" displayed in English
Expected Output
The word should be translated to Spanish � either "Clase" or "Lecci�n" � consistent with the platform's language setting.
Actual Output
The dropdown menu shows the word "Lesson" in English while the rest of the UI is in Spanish. It appears the string was either omitted during translation or there is a bug preventing its localization.
Suggested Priority
Low � purely cosmetic, does not affect functionality. However, it makes the UI feel incomplete for Spanish-speaking users.
Additional Notes
This might be a hardcoded string that was missed during the translation pass, or a localization key that doesn't resolve correctly.
Title: Bug: Partial translation in lesson dropdown menu
Severity: Low
Mode: C# lessons section � navigation / dropdown menu
Lesson ID / File: Lesson dropdown menu (appears across all C# lessons)
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Source Code
(Not applicable � UI / translation issue)
Steps to Reproduce
1. Navigate to any C# lesson
2. Open the lesson dropdown menu
3. Observe the word "Lesson" displayed in English
Expected Output
The word should be translated to Spanish � either "Clase" or "Lecci�n" � consistent with the platform's language setting.
Actual Output
The dropdown menu shows the word "Lesson" in English while the rest of the UI is in Spanish. It appears the string was either omitted during translation or there is a bug preventing its localization.
Suggested Priority
Low � purely cosmetic, does not affect functionality. However, it makes the UI feel incomplete for Spanish-speaking users.
Additional Notes
This might be a hardcoded string that was missed during the translation pass, or a localization key that doesn't resolve correctly.
Fixed in spikersoft-angular PR #22. The lesson dropdown items had the word "Lesson" hardcoded in the template (bypassing Transloco). They now use a new lessonMenuItem key — "Lección {{number}}: {{title}}" in Spanish, matching the "Lección" term already used for the mode toggle. Will close on merge.
Fixed in spikersoft-angular PR #22. The lesson dropdown items had the word "Lesson" hardcoded in the template (bypassing Transloco). They now use a new `lessonMenuItem` key — "Lección {{number}}: {{title}}" in Spanish, matching the "Lección" term already used for the mode toggle. Will close on merge.
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.
Title: Bug: Partial translation in lesson dropdown menu
Severity: Low
Mode: C# lessons section � navigation / dropdown menu
Lesson ID / File: Lesson dropdown menu (appears across all C# lessons)
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Source Code
(Not applicable � UI / translation issue)
Steps to Reproduce
1. Navigate to any C# lesson
2. Open the lesson dropdown menu
3. Observe the word "Lesson" displayed in English
Expected Output
The word should be translated to Spanish � either "Clase" or "Lecci�n" � consistent with the platform's language setting.
Actual Output
The dropdown menu shows the word "Lesson" in English while the rest of the UI is in Spanish. It appears the string was either omitted during translation or there is a bug preventing its localization.
Suggested Priority
Low � purely cosmetic, does not affect functionality. However, it makes the UI feel incomplete for Spanish-speaking users.
Additional Notes
This might be a hardcoded string that was missed during the translation pass, or a localization key that doesn't resolve correctly.
Fixed in spikersoft-angular PR #22. The lesson dropdown items had the word "Lesson" hardcoded in the template (bypassing Transloco). They now use a new
lessonMenuItemkey — "Lección {{number}}: {{title}}" in Spanish, matching the "Lección" term already used for the mode toggle. Will close on merge.