feat(VocabLessonView, localization): add vocabulary review feature and update translations
- 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:
@@ -576,6 +576,9 @@
|
||||
"checkAnswer": "Check Answer",
|
||||
"correct": "Correct!",
|
||||
"wrong": "Wrong",
|
||||
"trainerWrongReviewTitle": "Review this again",
|
||||
"trainerAskedVocab": "Asked",
|
||||
"trainerYourAnswer": "Your answer",
|
||||
"explanation": "Explanation",
|
||||
"learn": "Learn",
|
||||
"exercises": "Chapter Test",
|
||||
|
||||
Reference in New Issue
Block a user