Moving incomplete status to ongoingWords collection for FMReader (#14804)
Co-authored-by: syntribos <joshrogers211@gmail.com>
This commit is contained in:
parent
b417d07ad9
commit
9c000859b9
@ -185,12 +185,12 @@ abstract class FMReader(
|
||||
// languages: en, vi, tr
|
||||
fun parseStatus(status: String?): Int {
|
||||
val completedWords = setOf(
|
||||
"completed", "complete", "incomplete",
|
||||
"completed", "complete",
|
||||
"đã hoàn thành", "hoàn thành",
|
||||
"tamamlandı"
|
||||
)
|
||||
val ongoingWords = setOf(
|
||||
"ongoing", "on going", "updating",
|
||||
"ongoing", "on going", "updating", "incomplete",
|
||||
"chưa hoàn thành", "đang cập nhật", "Đang tiến hành",
|
||||
"devam ediyor", "Çevirisi Bırakıldı", "Çevirisi Yok"
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ class FMReaderGenerator : ThemeSourceGenerator {
|
||||
|
||||
override val themeClass = "FMReader"
|
||||
|
||||
override val baseVersionCode: Int = 7
|
||||
override val baseVersionCode: Int = 8
|
||||
|
||||
override val sources = listOf(
|
||||
MultiLang("Manhwa18.net", "https://manhwa18.net", listOf("en", "ko"), className = "Manhwa18NetFactory", isNsfw = true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user