mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
hunspellDicts.hr-hr: Init at 6.3.0.4 Add Croatian hunspell dict.
This commit is contained in:
parent
af97e1313d
commit
1d502c6809
@ -845,4 +845,15 @@ rec {
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
/* CROATIAN */
|
||||
|
||||
hr_HR = hr-hr;
|
||||
hr-hr = mkDictFromLibreOffice {
|
||||
shortName = "hr-hr";
|
||||
dictFileName = "hr_HR";
|
||||
shortDescription = "Croatian (Croatia)";
|
||||
readmeFile = "README_hr_HR.txt";
|
||||
license = with lib.licenses; [ gpl2Only lgpl21Only mpl11 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user