From 3f9820052d2fc7f49923c8f7291a16f7c57ec938 Mon Sep 17 00:00:00 2001 From: John Hackett Date: Wed, 3 May 2023 09:18:53 +0100 Subject: [PATCH] Add esperanto-english dictionary (#10297) --- frontend/ui/data/dictionaries.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/ui/data/dictionaries.lua b/frontend/ui/data/dictionaries.lua index ab2248a62..45f32c50d 100644 --- a/frontend/ui/data/dictionaries.lua +++ b/frontend/ui/data/dictionaries.lua @@ -2859,6 +2859,14 @@ local dictionaries = { license = "Open Vietnamese Dictionary Project, https://sourceforge.net/projects/ovdp/", url = "https://khoicandev.github.io/ovdp-mirror/vi-ru.tar.gz" }, + { + name = "Esperanto-English dictionary by Paul Denisowski", + lang_in = "eto", + lang_out = "eng", + entries = 63728, + license = "Creative Commons Attribution 3.0 Unported License", + url = "https://github.com/jmthackett/en-eo-stardict/releases/download/latest/dictionary.tar.gz" + }, } return dictionaries