mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
14 lines
513 B
Dart
14 lines
513 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get ragnarokscanlationSource => _ragnarokscanlationSource;
|
|
|
|
Source _ragnarokscanlationSource = Source(
|
|
name: "Ragnarok Scanlation",
|
|
baseUrl: "https://ragnarokscanlation.com",
|
|
lang: "es",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ragnarokscanlation/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"es",
|
|
); |