1
Go to file
2021-01-10 17:38:03 -08:00
scripts Update build scripts 2021-01-10 17:38:03 -08:00
yomichan Update copyrights, UI 2021-01-01 16:18:55 -08:00
yomichan-gtk Windows scripts 2021-01-10 17:28:27 -08:00
.gitignore Refactor 2021-01-01 14:31:58 -08:00
.gitmodules Remove zero-epwing related files 2020-12-31 20:42:43 -08:00
common.go Fix import of epwing dictionaries that have a lower-case CATALOGS file 2021-01-01 17:28:12 -08:00
daijirin.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
daijisen.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
edict.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
enamdict.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
epwing.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
frequency.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
gakken.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
go.mod Windows scripts 2021-01-10 17:28:27 -08:00
go.sum Windows scripts 2021-01-10 17:28:27 -08:00
kanjidic.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
kotowaza.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
koujien.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
LICENSE Update copyrights, UI 2021-01-01 16:18:55 -08:00
meikyou.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
README.md Update README 2021-01-01 21:05:20 -08:00
rikai.go Update copyrights, UI 2021-01-01 16:18:55 -08:00
wadai.go Update copyrights, UI 2021-01-01 16:18:55 -08:00

Yomichan Import

Yomichan Import allows users of the Yomichan extension to import custom dictionary files. It currently supports the following formats:

Yomichan Import is being expanded to support other EPWING dictionaries based on user demand. This is a mostly non-technical (although laborious) process that requires writing regular expressions and creating font tables; volunteer contributions are welcome.

Installation

Builds of Yomichan Import are available for Linux, Windows, and Mac OS X. As I do not have an easy way to compile for Mac OS X, the corresponding build is currently out of date. If you are able to, use the Linux or Windows versions as they will always be built from the latest version of the code.

Basic Usage

Follow the steps outlined below to import your custom dictionary into Yomichan:

  1. Launch the yomichan-gtk executable after extracting the entire archive (or yomichan from the command line).
  2. Specify the source path of the dictionary you wish to convert.
  3. Specify the target path of the dictionary ZIP archive that you wish to create.
  4. Press the button labeled Import dictionary... and wait for processing to complete.
  5. On the Yomichan options page, browse to the dictionary ZIP archive file you created.
  6. Wait for the import progress to complete before closing the options page.

Notice: When converting EPWING dictionaries on Windows, it is important that the dictionary path you provide does not contain non-ASCII characters (including Japanese characters). This problem is due to the fact that the EPWING library used does not support such paths. Attempts to convert dictionaries stored in paths containing illegal characters may cause the conversion process to fail.