From 0ae7f47d5de073cb2de76b76b6617044cc5e5cd2 Mon Sep 17 00:00:00 2001 From: Achmad Fathoni Date: Fri, 1 Nov 2024 09:53:18 +0700 Subject: [PATCH] hunspellDicts.id_ID: init at 6.3.0.4 --- pkgs/development/libraries/hunspell/dictionaries.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix index c26f6d3aa7157..0fb77335718c2 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -846,6 +846,18 @@ rec { }; }; + /* INDONESIA */ + + id_ID = id_id; + id_id = mkDictFromLibreOffice { + shortName = "id-id"; + dictFileName = "id_ID"; + sourceRoot = "id"; + shortDescription = "Bahasa Indonesia (Indonesia)"; + readmeFile = "README-dict.md"; + license = with lib.licenses; [ lgpl21Only lgpl3Only ]; + }; + /* CROATIAN */ hr_HR = hr-hr;