fix date format (#11170)
This commit is contained in:
parent
a65be70e4d
commit
cb847eb5e3
|
@ -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)
|
||||
)
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue