mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Projeto Scanlator (PT-BR)
This commit is contained in:
@@ -52,7 +52,6 @@ import 'src/th/nekopostco/nekopostco.dart';
|
|||||||
import 'src/ar/nijitranslations/nijitranslations.dart';
|
import 'src/ar/nijitranslations/nijitranslations.dart';
|
||||||
import 'src/fr/pantheonscan/pantheonscan.dart';
|
import 'src/fr/pantheonscan/pantheonscan.dart';
|
||||||
import 'src/id/pojokmanga/pojokmanga.dart';
|
import 'src/id/pojokmanga/pojokmanga.dart';
|
||||||
import 'src/pt/projetoscanlator/projetoscanlator.dart';
|
|
||||||
import 'src/pt/mangasoverall/mangasoverall.dart';
|
import 'src/pt/mangasoverall/mangasoverall.dart';
|
||||||
import 'src/es/ragnarokscanlation/ragnarokscanlation.dart';
|
import 'src/es/ragnarokscanlation/ragnarokscanlation.dart';
|
||||||
import 'src/pt/rainbowfairyscan/rainbowfairyscan.dart';
|
import 'src/pt/rainbowfairyscan/rainbowfairyscan.dart';
|
||||||
@@ -262,8 +261,6 @@ List<Source> _madaraSourcesList =
|
|||||||
pantheonscanSource,
|
pantheonscanSource,
|
||||||
//Pojok Manga (ID)
|
//Pojok Manga (ID)
|
||||||
pojokmangaSource,
|
pojokmangaSource,
|
||||||
//Projeto Scanlator (PT-BR)
|
|
||||||
projetoscanlatorSource,
|
|
||||||
//ROG Mangás (PT-BR)
|
//ROG Mangás (PT-BR)
|
||||||
mangasoverallSource,
|
mangasoverallSource,
|
||||||
//Ragnarok Scanlation (ES)
|
//Ragnarok Scanlation (ES)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
@@ -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",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user