mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
rename Sushi-Scan.fr name to Sushi-Scans
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -264,7 +264,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://phenixscans.fr",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
@@ -282,7 +282,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
iconUrl: '',
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
@@ -300,7 +300,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://shadowmangas.com",
|
||||
lang: "es",
|
||||
iconUrl: '',
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "es",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
@@ -314,31 +314,31 @@ List<Source> _mangareaderSourcesList = [
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Sushi-Scan.fr",
|
||||
name: "Sushi-Scans",
|
||||
baseUrl: "https://sushiscan.fr",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormat: defaultDateFormat,
|
||||
hasCloudflare: true,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Sushi-Scan",
|
||||
baseUrl: "https://sushiscan.net",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
dateFormat: defaultDateFormat,
|
||||
hasCloudflare: true,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
// Source(
|
||||
// name: "Sushi-Scan",
|
||||
// baseUrl: "https://sushiscan.net",
|
||||
// lang: "fr",
|
||||
// iconUrl: '',
|
||||
// dateFormat: "MMMM dd, yyyy",
|
||||
// hasCloudflare: true,
|
||||
// dateFormatLocale: "fr",
|
||||
// version: mangareaderVersion,
|
||||
// sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Tarot Scans",
|
||||
baseUrl: "https://www.tarotscans.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
|
||||
Reference in New Issue
Block a user