Add buttons on book form

This commit is contained in:
2025-11-05 01:16:49 +01:00
parent 442068f2ed
commit 75494b6529
4 changed files with 92 additions and 11 deletions

View File

@@ -41,6 +41,9 @@
"wantread": "I want to read it"
},
"bookform": {
"error": "Error when loading book: {error}"
"error": "Error when loading book: {error}",
"read": "Read",
"startread": "Started",
"wantread": "Interested"
}
}

View File

@@ -41,6 +41,9 @@
"wantread": "Je veux le lire"
},
"bookform": {
"error": "Erreur pendant le chargement du livre: {error}"
"error": "Erreur pendant le chargement du livre: {error}",
"read": "Lu",
"startread": "Commencé",
"wantread": "Intéressé"
}
}