add filter read/want read when browsing books

This commit is contained in:
2025-11-07 16:09:54 +01:00
parent 844ddaa7dc
commit f8ad54392a
11 changed files with 171 additions and 53 deletions

View File

@@ -28,7 +28,9 @@
},
"bookbrowser": {
"error": "Error when loading books: {error}",
"loading": "Loading..."
"loading": "Loading...",
"read": "Read",
"wantread": "To read"
},
"searchbook": {
"error": "Error when loading books: {error}",

View File

@@ -28,7 +28,9 @@
},
"bookbrowser": {
"error": "Erreur pendant le chargement des livres: {error}",
"loading": "Chargement..."
"loading": "Chargement...",
"read": "Lu",
"wantread": "À lire"
},
"searchbook": {
"error": "Erreur pendant le chargement des livres: {error}",