feat: leerpaden opzoeken en filteren in de create component werkt

This commit is contained in:
Joyelle Ndagijimana 2025-03-28 20:47:06 +01:00
parent aa33d32fa8
commit 9f55e62bcb
5 changed files with 150 additions and 26 deletions

View file

@ -44,5 +44,8 @@
"next": "nächste",
"previous": "vorherige",
"groups": "Gruppen",
"learning-path": "Lernpfad"
"learning-path": "Lernpfad",
"choose-lp": "Einen lernpfad auswählen",
"filter-themes": "Filter nach Themen",
"search-lp": "Suche und Auswahl eines Lernpfads"
}

View file

@ -44,5 +44,8 @@
"next": "next",
"previous": "previous",
"groups": "Groups",
"learning-path": "Learning path"
"learning-path": "Learning path",
"choose-lp": "Select a learning path",
"filter-themes": "Filter by themes",
"search-lp": "Search and select a learning path"
}

View file

@ -44,5 +44,8 @@
"next": "suivant",
"previous": "précédent",
"groups": "Groupes",
"learning-path": "Parcours d'apprentissage"
"learning-path": "Parcours d'apprentissage",
"choose-lp": "Choisis un parcours d'apprentissage",
"filter-themes": "Filtrer par thèmes",
"search-lp": "Cherche et sélectionne un parcours d'apprentissage"
}

View file

@ -44,5 +44,8 @@
"next": "volgende",
"previous": "vorige",
"groups": "Groepen",
"learning-path": "Leerpad"
"learning-path": "Leerpad",
"choose-lp": "Kies een leerpad",
"filter-themes": "Filter op thema's",
"search-lp": "Zoek en selecteer een leerpad"
}