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 diskusscanSource => _diskusscanSource;
Source _diskusscanSource = Source(
name: "Diskus Scan",
baseUrl: "https://diskusscan.com",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/diskusscan/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "pt-br",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get irisscanlatorSource => _irisscanlatorSource;
Source _irisscanlatorSource = Source(
name: "Iris Scanlator",
baseUrl: "https://irisscanlator.com.br",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/irisscanlator/icon.png",
dateFormat: "MMMM d, yyyy",
dateFormatLocale: "pt-br",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get mangaschanSource => _mangaschanSource;
Source _mangaschanSource = Source(
name: "Mangás Chan",
baseUrl: "https://mangaschan.net",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/mangaschan/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "pt-br",
);

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get mangasonlineSource => _mangasonlineSource;
Source _mangasonlineSource = Source(
name: "Mangás Online",
baseUrl: "https://mangasonline.cc",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/mangasonline/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "pt-br",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get origamiorpheansSource => _origamiorpheansSource;
Source _origamiorpheansSource = Source(
name: "Origami Orpheans",
baseUrl: "https://origami-orpheans.com.br",
lang: "pt-br",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/origamiorpheans/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "pt-br",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get sssscanlatorSource => _sssscanlatorSource;
Source _sssscanlatorSource = Source(
name: "SSSScanlator",
baseUrl: "https://sssscanlator.com.br",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/sssscanlator/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "pt-br",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get tsundokutraducoesSource => _tsundokutraducoesSource;
Source _tsundokutraducoesSource = Source(
name: "Tsundoku Traduções",
baseUrl: "https://tsundoku.com.br",
lang: "pt-br",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/pt/tsundokutraducoes/icon.png",
dateFormat: "MMMMM d, yyyy",
dateFormatLocale: "pt-br",
);