feat(VocabLessonView, localization): add vocabulary review feature and update translations
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s

- Implemented a new vocabulary review section in VocabLessonView to display the last incorrect answer, including the asked vocabulary, user answer, and correct answer.
- Added localization strings for the new review feature in Cebuano, German, English, Spanish, and French, enhancing user experience across multiple languages.
- Updated the UI to visually differentiate the review section, improving clarity and usability during vocabulary training sessions.
This commit is contained in:
Torsten Schulz (local)
2026-04-20 09:39:48 +02:00
parent dee4991be7
commit 5f13583e41
6 changed files with 75 additions and 0 deletions

View File

@@ -576,6 +576,9 @@
"checkAnswer": "Antwort prüfen",
"correct": "Richtig!",
"wrong": "Falsch",
"trainerWrongReviewTitle": "Noch einmal ansehen",
"trainerAskedVocab": "Abgefragt",
"trainerYourAnswer": "Deine Antwort",
"explanation": "Erklärung",
"learn": "Lernen",
"exercises": "Kapitel-Prüfung",