mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
chore: remove MonarcaManga (ES)
This commit is contained in:
@@ -48,7 +48,6 @@ import 'src/en/manhwaclan/manhwaclan.dart';
|
|||||||
import 'src/en/manhwafull/manhwafull.dart';
|
import 'src/en/manhwafull/manhwafull.dart';
|
||||||
import 'src/es/mantrazscan/mantrazscan.dart';
|
import 'src/es/mantrazscan/mantrazscan.dart';
|
||||||
import 'src/pt/momonohanascan/momonohanascan.dart';
|
import 'src/pt/momonohanascan/momonohanascan.dart';
|
||||||
import 'src/es/monarcamanga/monarcamanga.dart';
|
|
||||||
import 'src/pt/moonwitchinlove/moonwitchinlove.dart';
|
import 'src/pt/moonwitchinlove/moonwitchinlove.dart';
|
||||||
import 'src/th/nekopostco/nekopostco.dart';
|
import 'src/th/nekopostco/nekopostco.dart';
|
||||||
import 'src/ar/nijitranslations/nijitranslations.dart';
|
import 'src/ar/nijitranslations/nijitranslations.dart';
|
||||||
@@ -266,8 +265,6 @@ List<Source> _madaraSourcesList =
|
|||||||
mantrazscanSource,
|
mantrazscanSource,
|
||||||
//Momo no Hana Scan (PT-BR)
|
//Momo no Hana Scan (PT-BR)
|
||||||
momonohanascanSource,
|
momonohanascanSource,
|
||||||
//MonarcaManga (ES)
|
|
||||||
monarcamangaSource,
|
|
||||||
//Moon Witch In Love (PT-BR)
|
//Moon Witch In Love (PT-BR)
|
||||||
moonwitchinloveSource,
|
moonwitchinloveSource,
|
||||||
//NekoPost.co (unoriginal) (TH)
|
//NekoPost.co (unoriginal) (TH)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
@@ -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",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user