Adding support for Portuguese language for Aspell
This commit is contained in:
parent
78cb479f73
commit
9c60834b23
@ -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 {
|
ru = buildDict {
|
||||||
shortName = "ru-0.99f7-1";
|
shortName = "ru-0.99f7-1";
|
||||||
fullName = "Russian";
|
fullName = "Russian";
|
||||||
|
Loading…
Reference in New Issue
Block a user