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

@@ -1,7 +1,7 @@
import '../../../../model/source.dart';
import 'src/scanvf/scanvf.dart';
import 'src/onma/onma.dart';
import 'src/readcomicsonline/readcomicsonline.dart';
import 'src/fr/scanvf/scanvf.dart';
import 'src/ar/onma/onma.dart';
import 'src/en/readcomicsonline/readcomicsonline.dart';
const mmrcmsVersion = "0.0.7";
const mmrcmsSourceCodeUrl =

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get onmaSource => _onmaSource;
@@ -9,7 +9,7 @@ Source _onmaSource = Source(
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/onma/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/ar/onma/icon.png",
dateFormat: "d MMM. yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get readcomicsonlineSource => _readcomicsonlineSource;
@@ -9,7 +9,7 @@ Source _readcomicsonlineSource = Source(
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/readcomicsonline/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/en/readcomicsonline/icon.png",
dateFormat: "d MMM. yyyy",
dateFormatLocale: "en_us",
);

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -1,4 +1,4 @@
import '../../../../../../model/source.dart';
import '../../../../../../../model/source.dart';
Source get scanvfSource => _scanvfSource;
@@ -9,7 +9,7 @@ Source _scanvfSource = Source(
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/scanvf/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/fr/scanvf/icon.png",
dateFormat: "d MMM. yyyy",
dateFormatLocale: "en_us",
);