mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Update webtoons.js
This commit is contained in:
committed by
GitHub
parent
8a34f8e8a7
commit
9402d5cc2d
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": true,
|
"isManga": true,
|
||||||
"isNsfw": false,
|
"isNsfw": false,
|
||||||
"version": "0.0.25",
|
"version": "0.0.3",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "manga/src/all/webtoons.js"
|
"pkgPath": "manga/src/all/webtoons.js"
|
||||||
@@ -200,7 +200,6 @@ class DefaultExtension extends MProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
formatDateString(dateStr, lang) {
|
formatDateString(dateStr, lang) {
|
||||||
console.log(dateStr);
|
|
||||||
// Month translations for supported languages
|
// Month translations for supported languages
|
||||||
const monthTranslations = {
|
const monthTranslations = {
|
||||||
en: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
en: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||||
|
|||||||
Reference in New Issue
Block a user