Adding RandomScan pt-BR translator site (#6595)
* Update MadaraGenerator.kt * Create RandomScan.kt * Rename multisrc/overrides/madara/randomscan/RandomScan.kt to multisrc/overrides/madara/randomscan/src/RandomScan.kt * Update RandomScan.kt
This commit is contained in:
parent
0831e0433d
commit
e53fe17860
|
@ -0,0 +1,7 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.randomscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class RandomScan : Madara("Random Scan", "https://randomscan.online/", "pt-BR", SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("pt", "BR")))
|
|
@ -251,6 +251,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Reset Scans", "https://reset-scans.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("XuN Scans", "https://reader.xunscans.xyz", "en"),
|
||||
SingleLang("Sani-Go", "https://sani-go.net", "ar", className = "SaniGo"),
|
||||
SingleLang("Random Scan", "https://randomscan.online/", "pt-BR"),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Reference in New Issue