hunspellDicts.hr-hr: Init at 6.3.0.4 Add Croatian hunspell dict.

This commit is contained in:
Marko Muler 2022-06-16 15:00:28 +02:00
parent af97e1313d
commit 1d502c6809

View file

@ -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 ];
};
}