[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36087] [PATCH 5/9] gnu: Add Hindi Aspell dictionary.
From: |
Jens Mølgaard |
Subject: |
[bug#36087] [PATCH 5/9] gnu: Add Hindi Aspell dictionary. |
Date: |
Wed, 05 Jun 2019 21:13:44 +1200 |
User-agent: |
Emacs/26.2 (x86_64-pc-linux-gnu) |
From 33b4dc56fc1438ce81034d4a985887021637153b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <address@hidden>
Date: Wed, 5 Jun 2019 20:58:51 +1200
Subject: [PATCH 5/9] gnu: Add Hindi Aspell dictionary.
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e00d96a019..cd7d0324f3 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -229,6 +229,14 @@ dictionaries, including personal ones.")
(base32
"13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
+(define-public aspell-dict-hi
+ (aspell-dictionary "hi" "Hindi"
+ #:version "0.02-0"
+ #:prefix "aspell6-"
+ #:sha256
+ (base32
+ "0drs374qz4419zx1lf2k281ydxf2750jk5ailafj1x0ncz27h1ys")))
+
(define-public aspell-dict-it
(let ((version "2.4-20070901-0")
(sha256
--
2.21.0
signature.asc
Description: PGP signature
- [bug#36087] [PATCH 0/9] Add further Aspell dictionaries., Jens Mølgaard, 2019/06/04
- [bug#36087] [PATCH 2/9] gnu: Add Belarusian Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 1/9] gnu: Add Arabic Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 3/9] gnu: Add Danish Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 4/9] gnu: Add Finnish Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 5/9] gnu: Add Hindi Aspell dictionary.,
Jens Mølgaard <=
- [bug#36087] [PATCH 6/9] gnu: Add Maori Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 8/9] gnu: Add Portuguese Portugal Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 7/9] gnu: Add Norwegian Nynorsk Aspell dictionary., Jens Mølgaard, 2019/06/05
- [bug#36087] [PATCH 9/9] gnu: Add Ukrainian Aspell dictionary., Jens Mølgaard, 2019/06/05
- bug#36087: [PATCH 0/9] Add further Aspell dictionaries., Ludovic Courtès, 2019/06/05