eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Update the embedded JMdict #22

Closed eagleflo closed 1 year ago

eagleflo commented 1 year ago

JMdict doesn't really have version numbers, as it's basically a dump from database. This means the dictionary embedded in Jisho falls out of date as time moves on. The current version is from 2020-09-23, which is now a couple of years out of date.

(Initial attempt at fixing this encountered problems with binary sizes, tracked separately in #21.)