KingOfManga: move to en (#2394)

* KingOfManga: ar -> en

* rename
This commit is contained in:
AwkwardPeak7 2024-04-15 15:40:19 +05:00 committed by Draff
parent 7423444c40
commit 96ff217f86
13 changed files with 6 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.ar.ozulscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesiaAlt
import java.text.SimpleDateFormat
import java.util.Locale
class KingOfManga : MangaThemesiaAlt(
"King Of Manga",
"https://king-ofmanga.com",
"ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
) {
// Ozul Scans -> King of Manga
override val id = 3453769904666687440
}

View File

@ -3,7 +3,7 @@ ext {
extClass = '.KingOfManga'
themePkg = 'mangathemesia'
baseUrl = 'https://king-ofmanga.com'
overrideVersionCode = 4
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.kingofmanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class KingOfManga : MangaThemesia("King Of Manga", "https://king-ofmanga.com", "en")