gnu: Add Belarusian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
964595dd77
commit
8ac3476db7
|
@ -140,6 +140,14 @@ dictionaries, including personal ones.")
|
||||||
(base32
|
(base32
|
||||||
"1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
|
"1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-be
|
||||||
|
(aspell-dictionary "be" "Belarusian"
|
||||||
|
#:version "0.01"
|
||||||
|
#:prefix "aspell5-"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
|
||||||
|
|
||||||
(define-public aspell-dict-ca
|
(define-public aspell-dict-ca
|
||||||
(aspell-dictionary "ca" "Catalan"
|
(aspell-dictionary "ca" "Catalan"
|
||||||
#:version "2.1.5-1"
|
#:version "2.1.5-1"
|
||||||
|
|
Loading…
Reference in New Issue