
* update domain mangathemesia * sort * remove Moon Daisy Scans per request * Add Moon Daisy Scans to issue moderator and removed sources * remove duplicate Komiksan entry (from sort commit / rebase)
13 lines
328 B
Kotlin
13 lines
328 B
Kotlin
package eu.kanade.tachiyomi.extension.id.kanzenin
|
|
|
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class Kanzenin : MangaThemesia(
|
|
"Kanzenin",
|
|
"https://kanzenin.info",
|
|
"id",
|
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
|
)
|