View Single Post
Old 09-19-2023, 01:26 PM   #487
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Mister L View Post
TLDR : the automatic update check did not work, for the plugin and for epubcheck, but these are both enabled in preference file.
Older plugins came with the EPUBCheck java files, but since the file size of the latest EPUBCheck version has become too large, the latest plugin version no longer comes with the .java files and tries to automatically download the EPUBCheck .java files from Github. It'll automatically display the generic update dialog.
As for the deleted locale code, you most likely made a mistake when editing the .json file, and if the plugin can't load entries from the .json file because of syntax errors, it'll re-create the .json file from scratch.

If you add a "locale": "fr", entry, make sure to add it a the top after the open curly brace:
Code:
{
  "locale": "fr",
because if you add it at the end, you'll need to add a comma to the last entry and remove the comma after "fr".
Doitsu is offline   Reply With Quote