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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

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