From 004e9b5b4186dad1c675415a4e166621874edb5b Mon Sep 17 00:00:00 2001 From: Jai Flack Date: Sun, 25 Aug 2019 10:37:51 +1000 Subject: hunspell-dicts: add support for Australian dictionary (#66462) Using the SCOWL dictionaries (same as en_US and en_CA) --- pkgs/development/libraries/hunspell/dictionaries.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pkgs/development/libraries/hunspell') diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix index 1c86830f258..b9a283d80d2 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -312,6 +312,17 @@ in rec { }; }; + en-au = mkDictFromWordlist { + shortName = "en-au"; + shortDescription = "English (Australia)"; + dictFileName = "en_AU"; + src = fetchurl { + url = mirror://sourceforge/wordlist/speller/2018.04.16/hunspell-en_AU-2018.04.16.zip; + sha256 = "1kp06npl1kd05mm9r52cg2iwc13x02zwqgpibdw15b6x43agg6f5"; + }; + }; + en_AU = en-au; + en_GB-ise = en-gb-ise; en-gb-ise = mkDictFromWordlist { shortName = "en-gb-ise"; -- cgit 1.4.1