fix: show "Failed to index" when failing to parse epub (#2556)

This commit is contained in:
Uri Tauber
2026-07-08 21:22:35 +03:00
committed by GitHub
parent c2c1badc7e
commit 7ec07b4d9d
3 changed files with 34 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ STR_NO_CHAPTERS: "No chapters"
STR_END_OF_BOOK: "End of book"
STR_EMPTY_CHAPTER: "Empty chapter"
STR_INDEXING: "Indexing"
STR_INDEX_FAILED: "Failed to index - invalid book"
STR_MEMORY_ERROR: "Memory error"
STR_PAGE_LOAD_ERROR: "Page load error"
STR_EMPTY_FILE: "Empty file"