mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
15 lines
486 B
Dart
15 lines
486 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get bokugentranslationSource => _bokugentranslationSource;
|
|
Source _bokugentranslationSource = Source(
|
|
name: "BokugenTranslation",
|
|
baseUrl: "https://bokugents.com",
|
|
lang: "es",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/bokugentranslation/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "es",
|
|
);
|