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 jeazscansSource => _jeazscansSource;
Source _jeazscansSource = Source(
name: "JeazScans",
baseUrl: "https://jeazscansv2.com",
lang: "es",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/jeazscans/icon.png",
dateFormat: "d MMMM, yyyy",
dateFormatLocale: "es",
);