dictdDBs.epo2eng: init at 1.0.1

This commit is contained in:
Alyssa Ross 2023-06-14 14:55:56 +00:00
parent 8594a8e1e9
commit 894d2b8107
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -56,6 +56,10 @@ in rec {
url = "mirror://sourceforge/freedict/eng-fra.tar.gz";
sha256 = "0fi6rrnbqnhc6lq8d0nmn30zdqkibrah0mxfg27hsn9z7alwbj3m";
}) "eng-fra" "en_UK";
epo2eng = makeDictdDB (fetchurl {
url = "https://download.freedict.org/dictionaries/epo-eng/1.0.1/freedict-epo-eng-1.0.1.dictd.tar.xz";
sha256 = "095xwqfc43dnm0g74i83lg03542f064jy2xbn3qnjxiwysz9ksnz";
}) "epo-eng" "epo-eng" "eo";
jpn2eng = makeDictdDB (fetchurl {
url = let version = "0.1";
in "mirror://sourceforge/freedict/jpn-eng/${version}/freedict-jpn-eng-${version}.dictd.tar.xz";