
* Moves World Romance Translation - Moves World Romance Translation from Madara to WPMangaStream - Updates date format * Adds SISI GELAP * Adds More Madara Sources - Adds IsekaiScanManga (unoriginal) - Adds MangaUS - Adds Tsundoku Traducoes * Increment build number - Adds Override Code to World Romance Translation due to theme move
8 lines
313 B
Kotlin
8 lines
313 B
Kotlin
package eu.kanade.tachiyomi.extension.en.isekaiscanmanga
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
class IsekaiScanManga : Madara("IsekaiScanManga (unoriginal)", "https://isekaiscanmanga.com", "en", SimpleDateFormat("dd MMM، yyyy", Locale.US))
|