Show missing chapter info in chapter list

Closes #836
This commit is contained in:
schroda
2025-05-24 20:32:03 +02:00
parent 86578593ca
commit 61471ae214
7 changed files with 164 additions and 16 deletions

View File

@@ -139,6 +139,8 @@
"no_matches": "No chapters matching filter"
}
},
"missing_one": "Missing {{count}} chapter",
"missing_other": "Missing {{count}} chapters",
"option": {
"display": {
"label": {
@@ -152,6 +154,8 @@
"downloaded": "Downloaded"
}
},
"value_one": "{{count}} chapter",
"value_other": "{{count}} chapters",
"title_one": "Chapter",
"title_other": "Chapters"
},