Merge pull request #177880 from LiberMarko/master

hunspellDicts.hr-hr: Init at 6.3.0.4
This commit is contained in:
Mario Rodas 2022-06-25 23:27:30 -05:00 committed by GitHub
commit bdef3e10da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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