From 2555e5397d6770aa9e0dabf3b51b215dd692e4d9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 25 Jun 2022 17:00:31 -0300 Subject: src/xyz/euandreh/queue.scm: Add hunspell-dict-es-utf8 --- src/xyz/euandreh/queue.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 6554bbf..d193913 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -114,6 +114,9 @@ not having a version of grap, so I built one.") (define-public hunspell-dict-eo-utf8 (hunspell-dictionary-utf8 "eo")) +(define-public hunspell-dict-es-utf8 + (hunspell-dictionary-utf8 "es")) + (define-public hunspell-iconv (package (inherit hunspell) @@ -349,6 +352,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") hunspell-dict-pt-utf8 hunspell-dict-fr-utf8 hunspell-dict-eo-utf8 + hunspell-dict-es-utf8 python-flake8-implicit-str-concat-patched python-pymd4c-latest mdpo-patched -- cgit v1.2.3