change name and language code (#6350)

* update MadaraGenerator.kt

* Update and rename multisrc/overrides/madara/shinzoo/src/Shinzoo.kt to multisrc/overrides/madara/shinzooscan/src/ShinzooScan.kt
This commit is contained in:
Syrth 2021-03-29 19:58:28 -03:00 committed by GitHub
parent 9d501c87f5
commit e2eb12b068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.shinzoo
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Shinzoo : Madara("Shinzoo", "https://shinzooscan.xyz", "pt-br", SimpleDateFormat("dd/MM/yyyy", Locale("pt-br")))

View File

@ -0,0 +1,8 @@
package eu.kanade.tachiyomi.extension.pt.shinzooscan
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ShinzooScan : Madara("Shinzoo Scan", "https://shinzooscan.xyz", "pt-BR", SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")))

View File

@ -197,7 +197,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("SamuraiScan", "https://samuraiscan.com", "es"),
SingleLang("Sekte Doujin", "https://sektedoujin.xyz", "id", isNsfw = true),
SingleLang("Shield Manga", "https://shieldmanga.club", "en", overrideVersionCode = 1),
SingleLang("Shinzoo", "https://shinzooscan.xyz", "pt-br"),
SingleLang("Shinzoo Scan", "https://shinzooscan.xyz", "pt-BR", overrideVersionCode = 1),
SingleLang("ShoujoHearts", "http://shoujohearts.com", "en"),
SingleLang("SISI GELAP", "https://sisigelap.club/", "id"),
SingleLang("SiXiang Scans", "http://www.sixiangscans.com", "en"),