chore: remove Projeto Scanlator (PT-BR)

This commit is contained in:
xMohnad
2025-06-24 09:06:54 +00:00
parent e901a21044
commit 03ab460f2e
3 changed files with 0 additions and 18 deletions

View File

@@ -52,7 +52,6 @@ import 'src/th/nekopostco/nekopostco.dart';
import 'src/ar/nijitranslations/nijitranslations.dart';
import 'src/fr/pantheonscan/pantheonscan.dart';
import 'src/id/pojokmanga/pojokmanga.dart';
import 'src/pt/projetoscanlator/projetoscanlator.dart';
import 'src/pt/mangasoverall/mangasoverall.dart';
import 'src/es/ragnarokscanlation/ragnarokscanlation.dart';
import 'src/pt/rainbowfairyscan/rainbowfairyscan.dart';
@@ -262,8 +261,6 @@ List<Source> _madaraSourcesList =
pantheonscanSource,
//Pojok Manga (ID)
pojokmangaSource,
//Projeto Scanlator (PT-BR)
projetoscanlatorSource,
//ROG Mangás (PT-BR)
mangasoverallSource,
//Ragnarok Scanlation (ES)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get projetoscanlatorSource => _projetoscanlatorSource;
Source _projetoscanlatorSource = Source(
name: "Projeto Scanlator",
baseUrl: "https://projetoscanlator.com",
lang: "pt-BR",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/pt/projetoscanlator/icon.png",
dateFormat: "dd/MM/yyyy",
dateFormatLocale: "pt-br",
);