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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@@ -0,0 +1,15 @@
import '../../../../../../../model/source.dart';
Source get s2mangaSource => _s2mangaSource;
Source _s2mangaSource = Source(
name: "S2Manga",
baseUrl: "https://www.s2manga.com",
lang: "en",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/s2manga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);