mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 07:40:30 +00:00
14 lines
454 B
Dart
14 lines
454 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get nijitranslationsSource => _nijitranslationsSource;
|
|
|
|
Source _nijitranslationsSource = Source(
|
|
name: "Niji Translations",
|
|
baseUrl: "https://niji-translations.com",
|
|
lang: "ar",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/nijitranslations/icon.png",
|
|
|
|
|
|
); |