chore: remove MonarcaManga (ES)

This commit is contained in:
xMohnad
2025-06-23 14:22:23 +00:00
parent 963372298b
commit ca6bfd5ccc
3 changed files with 0 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ import 'src/en/manhwaclan/manhwaclan.dart';
import 'src/en/manhwafull/manhwafull.dart';
import 'src/es/mantrazscan/mantrazscan.dart';
import 'src/pt/momonohanascan/momonohanascan.dart';
import 'src/es/monarcamanga/monarcamanga.dart';
import 'src/pt/moonwitchinlove/moonwitchinlove.dart';
import 'src/th/nekopostco/nekopostco.dart';
import 'src/ar/nijitranslations/nijitranslations.dart';
@@ -266,8 +265,6 @@ List<Source> _madaraSourcesList =
mantrazscanSource,
//Momo no Hana Scan (PT-BR)
momonohanascanSource,
//MonarcaManga (ES)
monarcamangaSource,
//Moon Witch In Love (PT-BR)
moonwitchinloveSource,
//NekoPost.co (unoriginal) (TH)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get monarcamangaSource => _monarcamangaSource;
Source _monarcamangaSource = Source(
name: "MonarcaManga",
baseUrl: "https://monarcamanga.com",
lang: "es",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/es/monarcamanga/icon.png",
dateFormat: "MMM d, yyy",
dateFormatLocale: "es",
);