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 hwagoSource => _hwagoSource;
Source _hwagoSource = Source(
name: "Hwago",
baseUrl: "https://hwago.org",
lang: "id",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/hwago/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get mgkomikSource => _mgkomikSource;
Source _mgkomikSource = Source(
name: "MG Komik",
baseUrl: "https://mgkomik.id",
lang: "id",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/mgkomik/icon.png",
dateFormat: "dd MMM yy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,15 @@
import '../../../../../../../model/source.dart';
Source get pojokmangaSource => _pojokmangaSource;
Source _pojokmangaSource = Source(
name: "Pojok Manga",
baseUrl: "https://pojokmanga.net",
lang: "id",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/id/pojokmanga/icon.png",
dateFormat: "MMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get siimangaSource => _siimangaSource;
Source _siimangaSource = Source(
name: "Siimanga",
baseUrl: "https://siimanga.cyou",
lang: "id",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/siimanga/icon.png",
dateFormat: "d MMMM",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get yubikiriSource => _yubikiriSource;
Source _yubikiriSource = Source(
name: "Yubikiri",
baseUrl: "https://yubikiri.my.id",
lang: "id",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/yubikiri/icon.png",
dateFormat: "d MMMM",
dateFormatLocale: "en",
);