mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
16 lines
487 B
Dart
16 lines
487 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",
|
|
);
|