WPMangaReader: Add DragonTranslation (#7041)
* WPMangaReader: Add DragonTranslation * add icons
This commit is contained in:
parent
835f3d6633
commit
759b614000
multisrc
overrides/wpmangareader/dragontranslation
src/main/java/eu/kanade/tachiyomi/multisrc/wpmangareader
Binary file not shown.
After ![]() (image error) Size: 8.2 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.2 KiB |
Binary file not shown.
After ![]() (image error) Size: 13 KiB |
BIN
multisrc/overrides/wpmangareader/dragontranslation/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
multisrc/overrides/wpmangareader/dragontranslation/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 25 KiB |
BIN
multisrc/overrides/wpmangareader/dragontranslation/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
multisrc/overrides/wpmangareader/dragontranslation/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 40 KiB |
Binary file not shown.
After ![]() (image error) Size: 237 KiB |
@ -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")))
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user