diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-10-27 11:57:47 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-27 11:57:47 -0700 |
commit | 99b9857be7bfe186841c59a7a0062f3021b7ecfc (patch) | |
tree | 33f5446092a42f5ca3c6c0d7af3a6bcdbf01cf0c /gnu | |
parent | 085bcca313c3827f7c56e7c345d4606588db9085 (diff) | |
download | patches-99b9857be7bfe186841c59a7a0062f3021b7ecfc.tar patches-99b9857be7bfe186841c59a7a0062f3021b7ecfc.tar.gz |
gnu: Add Catalan dictionary for Aspell.
Hola!
* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/aspell.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index a78e91793a..3eeeee64fd 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -116,6 +116,13 @@ dictionaries, including personal ones.") (home-page "http://aspell.net/"))) +(define-public aspell-dict-ca + (aspell-dictionary "ca" "Catalan" + #:version "2.1.5-1" + #:sha256 + (base32 + "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb"))) + (define-public aspell-dict-de (aspell-dictionary "de" "German" #:version "20030222-1" |