Merge pull request #72778 from alapshin/hunspell-dicts-ru

hunspell-dicts: add Russian dictionary
This commit is contained in:
Matthew Bauer 2019-11-04 10:36:49 -05:00 committed by GitHub
commit 2fa566028e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -722,4 +722,14 @@ in rec {
platforms = platforms.all;
};
};
/* RUSSIAN */
ru_RU = ru-ru;
ru-ru = mkDictFromLibreOffice {
shortName = "ru-ru";
dictFileName = "ru_RU";
shortDescription = "Russian (Russian)";
license = with stdenv.lib.licenses; [ mpl20 lgpl3 ];
};
}