Skip to content
Snippets Groups Projects
Unverified Commit c9400f03 authored by Jens Mølgaard's avatar Jens Mølgaard Committed by Ludovic Courtès
Browse files

gnu: Add Norwegian Nynorsk Aspell dictionary.


* gnu/packages/aspell.scm (aspell-dict-nn): New variable.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent c5a88aa0
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,13 @@ (define-public aspell-dict-nl
(base32
"0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
(define-public aspell-dict-nn
(aspell-dictionary "nn" "Norwegian Nynorsk"
#:version "0.50.1-1"
#:sha256
(base32
"0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
(define-public aspell-dict-pt-br
(aspell-dictionary "pt-br" "Brazilian Portuguese"
#:version "20090702-0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment