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: 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 mangabatSource => _mangabatSource;
@@ -8,7 +8,7 @@ Source _mangabatSource = Source(
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangabat/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangabat/icon.png",
dateFormat: "MMM dd,yy",
dateFormatLocale: "en",
);

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 mangakakalotSource => _mangakakalotSource;
@@ -8,7 +8,7 @@ Source _mangakakalotSource = Source(
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangakakalot/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangakakalot/icon.png",
dateFormat: "MMM dd,yyyy",
dateFormatLocale: "en",
);

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 manganatoSource => _manganatoSource;
@@ -8,7 +8,7 @@ Source _manganatoSource = Source(
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/manganato/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/manganato/icon.png",
dateFormat: "MMM dd,yy",
dateFormatLocale: "en",
);