diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-13 15:52:33 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-14 17:46:46 +0100 |
commit | cb2d5ac788907ff39a32011c4f24078288db43b9 (patch) | |
tree | 3ae303960923102cc57093c007defc084828ad49 /src/mnemonics/CMakeLists.txt | |
parent | Merge pull request #2284 (diff) | |
download | monero-cb2d5ac788907ff39a32011c4f24078288db43b9.tar.xz |
mnemonics: new Esperanto word list
Word list authored by: Engelberg, ProkhorZ
Sources:
Baza Radikaro Oficiala
Reta Vortaro (http://www.reta-vortaro.de/revo/)
Esperanto Panorama - Esperanto-English Dictionary (http://www.esperanto-panorama.net/vortaro/eoen.htm)
ESPDIC - Paul Denisowski (http://www.denisowski.org/Esperanto/ESPDIC/espdic.txt)
Diffstat (limited to 'src/mnemonics/CMakeLists.txt')
-rw-r--r-- | src/mnemonics/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mnemonics/CMakeLists.txt b/src/mnemonics/CMakeLists.txt index 269cfe846..942b6eca3 100644 --- a/src/mnemonics/CMakeLists.txt +++ b/src/mnemonics/CMakeLists.txt @@ -45,7 +45,8 @@ set(mnemonics_private_headers portuguese.h russian.h singleton.h - spanish.h) + spanish.h + esperanto.h) monero_private_headers(mnemonics ${mnemonics_private_headers}) |