refactor: organize sources by language directories

This commit is contained in:
xMohnad
2025-06-18 02:19:34 +00:00
parent ea55289bd9
commit 86c4d085ff
558 changed files with 834 additions and 834 deletions

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get miauscanSource => _miauscanSource;
Source _miauscanSource = Source(
@@ -8,7 +8,7 @@ Source _miauscanSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/miauscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/all/miauscan/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get thunderscansSource => _thunderscansSource;
Source _thunderscansSource = Source(
@@ -8,7 +8,7 @@ Source _thunderscansSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/thunderscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/all/thunderscans/icon.png",
dateFormat: "MMM d, yyy",
dateFormatLocale: "ar",
);

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get areamangaSource => _areamangaSource;
Source _areamangaSource = Source(
@@ -8,7 +8,7 @@ Source _areamangaSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areamanga/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/areamanga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get areascansSource => _areascansSource;
Source _areascansSource = Source(
@@ -8,7 +8,7 @@ Source _areascansSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areascans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/areascans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get aresnovSource => _aresnovSource;
Source _aresnovSource = Source(
@@ -8,7 +8,7 @@ Source _aresnovSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/aresnov/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/aresnov/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangaflameSource => _mangaflameSource;
Source _mangaflameSource = Source(
@@ -8,7 +8,7 @@ Source _mangaflameSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaflame/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/mangaflame/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get manganoonSource => _manganoonSource;
Source _manganoonSource = Source(
@@ -8,7 +8,7 @@ Source _manganoonSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manganoon/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/manganoon/icon.png",
dateFormat: "MMM d, yyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangaswatSource => _mangaswatSource;
Source _mangaswatSource = Source(
@@ -8,7 +8,7 @@ Source _mangaswatSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaswat/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/mangaswat/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get stellarsaberSource => _stellarsaberSource;
Source _stellarsaberSource = Source(
@@ -8,7 +8,7 @@ Source _stellarsaberSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/stellarsaber/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ar/stellarsaber/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "ar",
);

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get azurescansSource => _azurescansSource;
@@ -8,7 +8,7 @@ Source _azurescansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/azurescans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/azurescans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get cosmicscansSource => _cosmicscansSource;
@@ -8,7 +8,7 @@ Source _cosmicscansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/cosmicscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/cosmicscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get infernalvoidscansSource => _infernalvoidscansSource;
@@ -8,7 +8,7 @@ Source _infernalvoidscansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/infernalvoidscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/infernalvoidscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komiklabSource => _komiklabSource;
@@ -9,7 +9,7 @@ Source _komiklabSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komiklab/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/komiklab/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get ravenscansSource => _ravenscansSource;
@@ -8,7 +8,7 @@ Source _ravenscansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ravenscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/ravenscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get rizzcomicSource => _rizzcomicSource;
Source _rizzcomicSource = Source(
@@ -8,7 +8,7 @@ Source _rizzcomicSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rizzcomic/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/rizzcomic/icon.png",
dateFormat: "dd MMM yyyy",
dateFormatLocale: "en",
);

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get suryascansSource => _suryascansSource;
@@ -8,7 +8,7 @@ Source _suryascansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/suryascans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/suryascans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get xcalibrscansSource => _xcalibrscansSource;
@@ -8,7 +8,7 @@ Source _xcalibrscansSource = Source(
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/xcalibrscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/xcalibrscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get berserkerscanSource => _berserkerscanSource;
Source _berserkerscanSource = Source(
@@ -8,7 +8,7 @@ Source _berserkerscanSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/berserkerscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/berserkerscan/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get carteldemanhwasSource => _carteldemanhwasSource;
Source _carteldemanhwasSource = Source(
@@ -8,7 +8,7 @@ Source _carteldemanhwasSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/carteldemanhwas/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/carteldemanhwas/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get dtupscanSource => _dtupscanSource;
Source _dtupscanSource = Source(
@@ -8,7 +8,7 @@ Source _dtupscanSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/dtupscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/dtupscan/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get gremorymangasSource => _gremorymangasSource;
Source _gremorymangasSource = Source(
@@ -8,7 +8,7 @@ Source _gremorymangasSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/gremorymangas/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/gremorymangas/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get raikiscanSource => _raikiscanSource;
@@ -8,7 +8,7 @@ Source _raikiscanSource = Source(
lang: "es",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raikiscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/raikiscan/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get ryujinmangaSource => _ryujinmangaSource;
Source _ryujinmangaSource = Source(
@@ -8,7 +8,7 @@ Source _ryujinmangaSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ryujinmanga/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/ryujinmanga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get senpaiedicionesSource => _senpaiedicionesSource;
Source _senpaiedicionesSource = Source(
@@ -8,7 +8,7 @@ Source _senpaiedicionesSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/senpaiediciones/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/senpaiediciones/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get shadowmangasSource => _shadowmangasSource;
@@ -8,7 +8,7 @@ Source _shadowmangasSource = Source(
lang: "es",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/shadowmangas/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/shadowmangas/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get skymangasSource => _skymangasSource;
Source _skymangasSource = Source(
@@ -8,7 +8,7 @@ Source _skymangasSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/skymangas/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/es/skymangas/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "es",
);

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get flamescansfrSource => _flamescansfrSource;
Source _flamescansfrSource = Source(
@@ -8,7 +8,7 @@ Source _flamescansfrSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/flamescansfr/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/flamescansfr/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get lelmangaSource => _lelmangaSource;
@@ -8,7 +8,7 @@ Source _lelmangaSource = Source(
lang: "fr",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/lelmanga/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/lelmanga/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "en",
);

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangasscansSource => _mangasscansSource;
Source _mangasscansSource = Source(
@@ -8,7 +8,7 @@ Source _mangasscansSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/mangasscans/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get phenixscansSource => _phenixscansSource;
@@ -8,7 +8,7 @@ Source _phenixscansSource = Source(
lang: "fr",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/phenixscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/phenixscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get rimuscansSource => _rimuscansSource;
Source _rimuscansSource = Source(
@@ -8,7 +8,7 @@ Source _rimuscansSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rimuscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/rimuscans/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get sushiscanSource => _sushiscanSource;
@@ -8,7 +8,7 @@ Source _sushiscanSource = Source(
lang: "fr",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sushiscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/sushiscan/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get sushiscansSource => _sushiscansSource;
@@ -8,7 +8,7 @@ Source _sushiscansSource = Source(
lang: "fr",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sushiscans/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/sushiscans/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "fr",
);

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get vfscanSource => _vfscanSource;
Source _vfscanSource = Source(
@@ -8,7 +8,7 @@ Source _vfscanSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/vfscan/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/fr/vfscan/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "fr",
);

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get comicasoSource => _comicasoSource;
Source _comicasoSource = Source(
@@ -8,7 +8,7 @@ Source _comicasoSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/comicaso/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/comicaso/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get cosmicscansidSource => _cosmicscansidSource;
@@ -8,7 +8,7 @@ Source _cosmicscansidSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/cosmicscansid/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/cosmicscansid/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get duniakomikidSource => _duniakomikidSource;
@@ -8,7 +8,7 @@ Source _duniakomikidSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/duniakomikid/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/duniakomikid/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get katakomikSource => _katakomikSource;
@@ -8,7 +8,7 @@ Source _katakomikSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/katakomik/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/katakomik/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get kiryuuSource => _kiryuuSource;
Source _kiryuuSource = Source(
@@ -8,7 +8,7 @@ Source _kiryuuSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/kiryuu/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/kiryuu/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komikavSource => _komikavSource;
Source _komikavSource = Source(
@@ -8,7 +8,7 @@ Source _komikavSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikav/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/komikav/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komikindocoSource => _komikindocoSource;
Source _komikindocoSource = Source(
@@ -8,7 +8,7 @@ Source _komikindocoSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikindoco/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/komikindoco/icon.png",
dateFormat: "MMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komikmamaSource => _komikmamaSource;
@@ -8,7 +8,7 @@ Source _komikmamaSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikmama/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/komikmama/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komikstationSource => _komikstationSource;
@@ -8,7 +8,7 @@ Source _komikstationSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikstation/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/komikstation/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get komikucomSource => _komikucomSource;
@@ -8,7 +8,7 @@ Source _komikucomSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikucom/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/komikucom/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangaindomeSource => _mangaindomeSource;
@@ -8,7 +8,7 @@ Source _mangaindomeSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaindome/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangaindome/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangakyoSource => _mangakyoSource;
Source _mangakyoSource = Source(
@@ -8,7 +8,7 @@ Source _mangakyoSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakyo/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangakyo/icon.png",
dateFormat: "MMM d, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangataleSource => _mangataleSource;
@@ -8,7 +8,7 @@ Source _mangataleSource = Source(
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatale/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangatale/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangayuSource => _mangayuSource;
Source _mangayuSource = Source(
@@ -8,7 +8,7 @@ Source _mangayuSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangayu/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangayu/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get mangkomikSource => _mangkomikSource;
Source _mangkomikSource = Source(
@@ -8,7 +8,7 @@ Source _mangkomikSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangkomik/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangkomik/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get masterkomikSource => _masterkomikSource;
Source _masterkomikSource = Source(
@@ -8,7 +8,7 @@ Source _masterkomikSource = Source(
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/masterkomik/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/masterkomik/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id-id",
);

Some files were not shown because too many files have changed in this diff Show More