Skip to content

Commit

Permalink
Add MonteTai (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored Dec 29, 2024
1 parent 3aa89a6 commit b551728
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pt/montetai/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Monte Tai'
extClass = '.MonteTai'
themePkg = 'madara'
baseUrl = 'https://montetaiscanlator.xyz'
overrideVersionCode = 0
}

apply from: "$rootDir/common.gradle"
Binary file added src/pt/montetai/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/pt/montetai/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/pt/montetai/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/pt/montetai/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.pt.montetai

import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale

class MonteTai : Madara(
"Monte Tai",
"https://montetaiscanlator.xyz",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
override val useNewChapterEndpoint = true
}

0 comments on commit b551728

Please sign in to comment.