mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
14 lines
505 B
Dart
14 lines
505 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/manga/multisrc/madara/src/ragnarokscanlation/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"es",
|
|
); |