feat(frontend): "Volgende" en "vorige"-knop toegevoegd aan leerpadpagina.
This commit is contained in:
parent
728b04c9d8
commit
4356a1ccd2
8 changed files with 112 additions and 22 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"welcome": "Willkommen",
|
||||
"error_title": "Fehler"
|
||||
"error_title": "Fehler",
|
||||
"previous": "Zurück",
|
||||
"next": "Weiter"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,7 @@
|
|||
"classes": "classes",
|
||||
"discussions": "discussions",
|
||||
"logout": "log out",
|
||||
"error_title": "Error"
|
||||
"error_title": "Error",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"welcome": "Bienvenue",
|
||||
"error_title": "Erreur"
|
||||
"error_title": "Erreur",
|
||||
"previous": "Précédente",
|
||||
"next": "Suivante"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,7 @@
|
|||
"classes": "klassen",
|
||||
"discussions": "discussies",
|
||||
"logout": "log uit",
|
||||
"error_title": "Fout"
|
||||
"error_title": "Fout",
|
||||
"previous": "Vorige",
|
||||
"next": "Volgende"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue