Add pagination for "my books" display

This commit is contained in:
2025-11-10 20:44:47 +01:00
parent 870158e489
commit 87f6daef18
13 changed files with 355 additions and 24 deletions

View File

@@ -47,5 +47,11 @@
"read": "Read",
"startread": "Started",
"wantread": "Interested"
},
"pagination": {
"previous":"Previous",
"next":"Next",
"goto":"Goto page {pageNumber}",
"page":"Page {pageNumber}"
}
}

View File

@@ -47,5 +47,11 @@
"read": "Lu",
"startread": "Commencé",
"wantread": "Intéressé"
},
"pagination": {
"previous":"Précédent",
"next":"Suivant",
"goto":"Aller à la page {pageNumber}",
"page":"Page {pageNumber}"
}
}