WPMangaReader: Add DragonTranslation (#7041)

* WPMangaReader: Add DragonTranslation

* add icons
This commit is contained in:
h-hyuuga 2021-05-16 13:35:35 -04:00 committed by GitHub
parent 835f3d6633
commit 759b614000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@ -0,0 +1,13 @@
/* ktlint-disable */
// THIS FILE IS AUTO-GENERATED; DO NOT EDIT
package eu.kanade.tachiyomi.extension.es.dragontranslation
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import eu.kanade.tachiyomi.annotations.Nsfw
import java.text.SimpleDateFormat
import java.util.Locale
@Nsfw
class DragonTranslation : WPMangaReader("DragonTranslation", "https://dragontranslation.com", "es",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es")))

View File

@ -26,7 +26,8 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
SingleLang("YugenMangas", "https://yugenmangas.com", "es")
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true)
)
companion object {