mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
Merge pull request #177880 from LiberMarko/master
hunspellDicts.hr-hr: Init at 6.3.0.4
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user