Formatting fixes

This commit is contained in:
arkon 2022-06-02 18:46:41 -04:00
parent 143f6cc3c9
commit d8f3813906
5 changed files with 7 additions and 8 deletions

View File

@ -7,5 +7,4 @@ import java.util.Locale
class ARESManga : WPMangaReader("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) { class ARESManga : WPMangaReader("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
// The scanlator changed their name. // The scanlator changed their name.
override val id: Long = 230017529540228175 override val id: Long = 230017529540228175
} }

View File

@ -54,7 +54,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("TurkToon", "https://turktoon.com", "tr"), SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 7), SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 7),
SingleLang("YANP Fansub", "https://melhorcasal.com", "pt-BR", isNsfw = true, overrideVersionCode = 1), SingleLang("YANP Fansub", "https://melhorcasal.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("ARESManga", "https://aresmanga.com", "ar", pkgName = "iimanga" ,overrideVersionCode = 2), SingleLang("ARESManga", "https://aresmanga.com", "ar", pkgName = "iimanga", overrideVersionCode = 2),
) )
companion object { companion object {