fix date format (#11170)

This commit is contained in:
Vetle Ledaal 2022-03-19 02:22:38 +00:00 committed by GitHub
parent a65be70e4d
commit cb847eb5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.xunscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class XuNScans : Madara(
"XuN Scans",
"https://xunscans.xyz",
"en",
dateFormat = SimpleDateFormat("d MMM yyy", Locale.US)
)

View File

@ -453,7 +453,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("WoopRead", "https://woopread.com", "en", overrideVersionCode = 1),
SingleLang("WuxiaWorld", "https://wuxiaworld.site", "en", overrideVersionCode = 1),
SingleLang("XManga", "https://xmanga.io", "en", isNsfw = true),
SingleLang("XuN Scans", "https://xunscans.xyz", "en", overrideVersionCode = 2),
SingleLang("XuN Scans", "https://xunscans.xyz", "en", overrideVersionCode = 3),
SingleLang("Yaoi Hentai", "https://yaoihentai.me", "en", isNsfw = true),
SingleLang("Yaoi Toshokan", "https://yaoitoshokan.net", "pt-BR", isNsfw = true, overrideVersionCode = 4),
SingleLang("Yaoi.mobi", "https://yaoi.mobi", "en", isNsfw = true, className = "YaoiManga", pkgName = "yaoimanga", overrideVersionCode = 4),