mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
refactor: organize sources by language directories
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,14 @@
|
||||
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/pt/tsundokutraducoes/icon.png",
|
||||
dateFormat: "MMMMM d, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
Reference in New Issue
Block a user