Moving incomplete status to ongoingWords collection for FMReader (#14804)

Co-authored-by: syntribos <joshrogers211@gmail.com>
This commit is contained in:
Syntribos 2023-01-09 05:28:37 -05:00 committed by GitHub
parent b417d07ad9
commit 9c000859b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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"
)

View File

@ -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),