Skip to content

Commit

Permalink
SeitaCelestial: Add dateFormat (#6968)
Browse files Browse the repository at this point in the history
Add dateFormat
  • Loading branch information
choppeh authored Jan 3, 2025
1 parent 4e4d8f7 commit 53c9bec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pt/prismascans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.SeitaCelestial'
themePkg = 'mangathemesia'
baseUrl = 'https://seitacelestial.com'
overrideVersionCode = 17
overrideVersionCode = 18
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ import eu.kanade.tachiyomi.source.model.SChapter
import eu.kanade.tachiyomi.source.model.SManga
import okhttp3.OkHttpClient
import rx.Observable
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit

class SeitaCelestial : MangaThemesia(
"Seita Celestial",
"https://seitacelestial.com",
"pt-BR",
"/comics",
mangaUrlDirectory = "/comics",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
) {

// They changed their name from Prisma Scans to Demon Sect and now to Celestial Sect.
Expand Down

0 comments on commit 53c9bec

Please sign in to comment.