Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/mangareader/src/turktoon/turktoon.dart
Moustapha Kodjo Amadou 7d5e95679d dart format
2025-03-01 13:38:06 +01:00

15 lines
439 B
Dart

import '../../../../../../model/source.dart';
Source get turktoonSource => _turktoonSource;
Source _turktoonSource = Source(
name: "TurkToon",
baseUrl: "https://turktoon.com",
lang: "tr",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/turktoon/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);