Skip to content

Commit

Permalink
fix: Replace broken E-Novel Brazilian with Better Novels (#1061)
Browse files Browse the repository at this point in the history
* added Novel Mania Brazilian Portuguese

* added image Novel Mania Brazilian Portuguese

* e-novel is broken

* added source and image Better Novels  Brazilian Portuguese
  • Loading branch information
felipebonfim2006 authored Jul 18, 2024
1 parent f6ae42a commit 5387e09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/static/multisrc/madara/e-novel/icon.png
Binary file not shown.
8 changes: 8 additions & 0 deletions scripts/multisrc/lightnovelwp/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,13 @@
"reverseChapters": true,
"customJs": "\n $('div.entry-content > p').each(function () {\n $(this).text($(this).text().replace(/[\\u1000-\\u105F]/g, function (c) {\n return String.fromCharCode(c.charCodeAt(0) - 4063);\n }));\n });\n"
}
},
{
"id": "betternovels",
"sourceSite": "https://betternovels.net/",
"sourceName": "Better Novels",
"options": {
"lang": "Portuguese"
}
}
]
8 changes: 0 additions & 8 deletions scripts/multisrc/madara/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,6 @@
"lang": "Portuguese"
}
},
{
"id": "e-novel",
"sourceSite": "https://e-novel.online/",
"sourceName": "E-Novel",
"options": {
"lang": "Portuguese"
}
},
{
"id": "panchotranslations",
"sourceSite": "https://panchotranslations.com/",
Expand Down

0 comments on commit 5387e09

Please sign in to comment.