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,15 @@
import '../../../../../../../model/source.dart';
Source get doodmangaSource => _doodmangaSource;
Source _doodmangaSource = Source(
name: "Doodmanga",
baseUrl: "https://www.doodmanga.com",
lang: "th",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/th/doodmanga/icon.png",
dateFormat: "dd MMMMM yyyy",
dateFormatLocale: "th",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get kingsmangaSource => _kingsmangaSource;
Source _kingsmangaSource = Source(
name: "Kings-Manga",
baseUrl: "https://www.kings-manga.co",
lang: "th",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/kingsmanga/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "th",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get mangadeemakSource => _mangadeemakSource;
Source _mangadeemakSource = Source(
name: "MangaDeemak",
baseUrl: "https://mangadeemak.com",
lang: "th",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/mangadeemak/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "th",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get manhuabugSource => _manhuabugSource;
Source _manhuabugSource = Source(
name: "ManhuaBug",
baseUrl: "https://www.manhuabug.com",
lang: "th",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/manhuabug/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get manhuathaiSource => _manhuathaiSource;
Source _manhuathaiSource = Source(
name: "ManhuaThai",
baseUrl: "https://www.manhuathai.com",
lang: "th",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/manhuathai/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "th",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get manhwabreakupSource => _manhwabreakupSource;
Source _manhwabreakupSource = Source(
name: "ManhwaBreakup",
baseUrl: "https://www.manhwabreakup.com",
lang: "th",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/manhwabreakup/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "th",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -0,0 +1,15 @@
import '../../../../../../../model/source.dart';
Source get nekopostcoSource => _nekopostcoSource;
Source _nekopostcoSource = Source(
name: "NekoPost.co (unoriginal)",
baseUrl: "https://www.nekopost.co",
lang: "th",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/th/nekopostco/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "th",
);