Merge pull request #1327 from AndersonTorres/master

Adding Portuguese language dictionary for Aspell
This commit is contained in:
Michael Raskin 2013-12-04 20:55:57 -08:00
commit 8095dce441

View file

@ -140,6 +140,15 @@ in {
};
};
pt = buildDict {
shortName = "pt-0.50-1";
fullName = "Portuguese";
src = fetchurl {
url = mirror://gnu/aspell/dict/pt/aspell-pt-0.50-1.tar.bz2;
sha256 = "07xzlnxxzadqsapng29p2gdwj0bijv10wpjnqlwzmkxnx6fxzkcy";
};
};
ru = buildDict {
shortName = "ru-0.99f7-1";
fullName = "Russian";