Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/mangareader/src/tsundokutraducoes/tsundokutraducoes.dart
2024-05-17 17:26:08 +01:00

14 lines
517 B
Dart

import '../../../../../../model/source.dart';
Source get tsundokutraducoesSource => _tsundokutraducoesSource;
Source _tsundokutraducoesSource = Source(
name: "Tsundoku Traduções",
baseUrl: "https://tsundoku.com.br",
lang: "pt-br",
isNsfw:false,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tsundokutraducoes/icon.png",
dateFormat:"MMMMM d, yyyy",
dateFormatLocale:"pt-br"
);