rename Sushi-Scan.fr name to Sushi-Scans

This commit is contained in:
kodjomoustapha
2023-07-12 10:57:17 +01:00
parent f5861ecca4
commit dcf1f81684
2 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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),