mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +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",
|
||||
"isManga": true,
|
||||
"isNsfw": false,
|
||||
"version": "0.0.25",
|
||||
"version": "0.0.3",
|
||||
"dateFormat": "",
|
||||
"dateFormatLocale": "",
|
||||
"pkgPath": "manga/src/all/webtoons.js"
|
||||
@@ -200,7 +200,6 @@ class DefaultExtension extends MProvider {
|
||||
}
|
||||
|
||||
formatDateString(dateStr, lang) {
|
||||
console.log(dateStr);
|
||||
// Month translations for supported languages
|
||||
const monthTranslations = {
|
||||
en: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||
|
||||
Reference in New Issue
Block a user