feat(vocab): integrate fallback core patterns and enhance vocabulary display in VocabLessonView
All checks were successful
Deploy to production / deploy (push) Successful in 2m44s
All checks were successful
Deploy to production / deploy (push) Successful in 2m44s
- Added a new method in VocabService to merge core pattern glosses with fallback patterns, improving vocabulary clarity and consistency. - Updated VocabLessonView to utilize the merged core patterns, ensuring a comprehensive vocabulary overview for users. - Refactored vocabulary handling logic to enhance user experience during vocabulary lessons, including improved display of lesson vocabulary.
This commit is contained in:
24
backend/scripts/bisaya-course-phase1.js
Normal file
24
backend/scripts/bisaya-course-phase1.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export const BISAYA_PHASE1_DIDACTICS = {
|
||||
'Begrüßungen & Höflichkeit': {
|
||||
corePatterns: [
|
||||
{ target: 'Kumusta ka?', gloss: 'Wie geht es dir?' },
|
||||
{ target: 'Maayong buntag.', gloss: 'Guten Morgen.' },
|
||||
{ target: 'Maayong adlaw.', gloss: 'Guten Tag.' },
|
||||
{ target: 'Maayong gabii.', gloss: 'Guten Abend.' },
|
||||
{ target: 'Maayong gabii, matulog na ta.', gloss: 'Guten Abend, wir legen uns schlafen.' },
|
||||
{ target: 'Katulog og maayo.', gloss: 'Schlaf gut.' },
|
||||
{ target: 'Kapoy na ka?', gloss: 'Bist du müde?' },
|
||||
{ target: 'Matulog na ta.', gloss: 'Lass uns schlafen gehen.' },
|
||||
{ target: 'Inom sa og tubig.', gloss: 'Trink Wasser.' },
|
||||
{ target: 'Patya ang suga.', gloss: 'Mach das Licht aus.' },
|
||||
{ target: 'Tabuni ang imong kaugalingon.', gloss: 'Deck dich zu.' },
|
||||
{ target: 'Ugma nasad.', gloss: 'Bis morgen wieder.' },
|
||||
{ target: 'Damgo og nindot.', gloss: 'Träum schön.' },
|
||||
{ target: 'Amping.', gloss: 'Pass auf dich auf.' },
|
||||
{ target: 'Babay.', gloss: 'Tschüss.' },
|
||||
{ target: 'Maayo ko.', gloss: 'Mir geht es gut.' },
|
||||
{ target: 'Salamat.', gloss: 'Danke.' },
|
||||
{ target: 'Palihug.', gloss: 'Bitte.' }
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user