From f3645fdda79b5e8c87b359ce9091931d3f89b93f Mon Sep 17 00:00:00 2001 From: Ale Abdo Date: Thu, 2 Jan 2025 00:46:31 +0100 Subject: [PATCH] gnu: Add hunspell-dict-pt-br. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable. Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae Signed-off-by: Ludovic Courtès --- gnu/packages/hunspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index 829cace1397d860e99b5e63e4a0b8ea8a064a9b7..b421e8d74506c8e12ca7c9f8a9c0fd02f44acd09 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -426,6 +426,14 @@ spell-checking library.") #:home-page "https://www.libreitalia.org/" #:license license:gpl3))) +(define-public hunspell-dict-pt-br + (let ((synopsis identity)) + (hunspell-dictionary "pt_BR" "Portuguese (Brazil)" + #:synopsis (synopsis "Hunspell dictionary for Portuguese (Brazil)") + #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_BR" + #:license (list license:lgpl3+)))) + + ;;; ;;; Hunspell packages made from the Aspell word lists. ;;;