Add source Manga Flame "ar" (#883)

* Add source Manga Flame "ar"

* Update and optimize icons

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
mohamedotaku 2024-02-01 23:48:08 +01:00 committed by Draff
parent 92a44a6f6f
commit 3e8dc4d05c
7 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.ar.mangaflame
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaFlame : MangaThemesia(
"MangaFlame",
"https://mangaflame.org",
"ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
)

View File

@ -79,6 +79,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Manga Kings", "https://mangakings.com.tr", "tr"),
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
SingleLang("Mangacim", "https://www.mangacim.com", "tr", overrideVersionCode = 1),
SingleLang("MangaFlame", "https://mangaflame.org", "ar"),
SingleLang("MangaKita", "https://mangakita.id", "id", overrideVersionCode = 2),
SingleLang("Mangakyo", "https://mangakyo.vip", "id", overrideVersionCode = 4),
SingleLang("MangaShiina", "https://mangashiina.com", "es"),