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",
|
baseUrl: "https://phenixscans.fr",
|
||||||
lang: "fr",
|
lang: "fr",
|
||||||
iconUrl: '',
|
iconUrl: '',
|
||||||
dateFormat: "MMMM dd, yyyy",
|
dateFormat: defaultDateFormat,
|
||||||
dateFormatLocale: "fr",
|
dateFormatLocale: "fr",
|
||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||||
@@ -282,7 +282,7 @@ List<Source> _mangareaderSourcesList = [
|
|||||||
baseUrl: "https://raikiscan.com",
|
baseUrl: "https://raikiscan.com",
|
||||||
lang: "es",
|
lang: "es",
|
||||||
iconUrl: '',
|
iconUrl: '',
|
||||||
dateFormat: "MMMM dd, yyyy",
|
dateFormat: defaultDateFormat,
|
||||||
dateFormatLocale: defaultDateFormatLocale,
|
dateFormatLocale: defaultDateFormatLocale,
|
||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||||
@@ -300,7 +300,7 @@ List<Source> _mangareaderSourcesList = [
|
|||||||
baseUrl: "https://shadowmangas.com",
|
baseUrl: "https://shadowmangas.com",
|
||||||
lang: "es",
|
lang: "es",
|
||||||
iconUrl: '',
|
iconUrl: '',
|
||||||
dateFormat: "MMMM dd, yyyy",
|
dateFormat: defaultDateFormat,
|
||||||
dateFormatLocale: "es",
|
dateFormatLocale: "es",
|
||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||||
@@ -314,31 +314,31 @@ List<Source> _mangareaderSourcesList = [
|
|||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||||
Source(
|
Source(
|
||||||
name: "Sushi-Scan.fr",
|
name: "Sushi-Scans",
|
||||||
baseUrl: "https://sushiscan.fr",
|
baseUrl: "https://sushiscan.fr",
|
||||||
lang: "fr",
|
lang: "fr",
|
||||||
iconUrl: '',
|
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,
|
hasCloudflare: true,
|
||||||
dateFormatLocale: "fr",
|
dateFormatLocale: "fr",
|
||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
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(
|
Source(
|
||||||
name: "Tarot Scans",
|
name: "Tarot Scans",
|
||||||
baseUrl: "https://www.tarotscans.com",
|
baseUrl: "https://www.tarotscans.com",
|
||||||
lang: "tr",
|
lang: "tr",
|
||||||
iconUrl: '',
|
iconUrl: '',
|
||||||
dateFormat: "MMMM dd, yyyy",
|
dateFormat: defaultDateFormat,
|
||||||
dateFormatLocale: "tr",
|
dateFormatLocale: "tr",
|
||||||
version: mangareaderVersion,
|
version: mangareaderVersion,
|
||||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||||
|
|||||||
Reference in New Issue
Block a user