feat(frontend): LearningObjectService en LearningPathService geïmplementeerd.
This commit is contained in:
parent
8b0fc4263f
commit
3c3fddb7d0
24 changed files with 375 additions and 84 deletions
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"welcome": "Willkommen"
|
||||
"welcome": "Willkommen",
|
||||
"error_title": "Fehler"
|
||||
}
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
"assignments": "assignments",
|
||||
"classes": "classes",
|
||||
"discussions": "discussions",
|
||||
"logout": "log out"
|
||||
"logout": "log out",
|
||||
"error_title": "Error"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"welcome": "Bienvenue"
|
||||
"welcome": "Bienvenue",
|
||||
"error_title": "Erreur"
|
||||
}
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
"assignments": "opdrachten",
|
||||
"classes": "klassen",
|
||||
"discussions": "discussies",
|
||||
"logout": "log uit"
|
||||
"logout": "log uit",
|
||||
"error_title": "Fout"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue