|
13 years ago 5 |
Hace algunos días noté que en algunos programas que se ofrecía la opción de correción ortográfica no se disponía de la opción para español. Buscando en la red, note que en LMDE no está por defecto instalado el paquete aspell-es. Una vez instaldo este paquete se puede seleccionar corregir la ortografía en varios programas, como Kile o emesene. De este modo los pasos son:
sudo apt-get install aspell aspell-es
sudo apt-get install python-gtkspell
Una pequeña solución a un pequeño problema que econtré.
In order to allow some software corrects spelling in spanish we need to install some packages that aren't installed by default:
sudo apt-get install aspell aspell-es
sudo apt-get install python-gtkspell
It works at least in Kile and Emesene. A small solution to a small problem I found.
Gracias / Thank you xD
Ok, thanks @blueXrider, I'll copy the translation. I would prefer to post in both spanish and english, becouse sometimes is a little dificult find tutorials in spanish.
A few days ago I noticed that some programs that are offered the option of spelling correction is not available the option for Spanish. Searching the network, note that default is LMDE package installed aspell-es. Instaldo Once this package you can select correct spelling in several programs, such as Kile and emesene. Thus the steps are:
Install aspell and aspell-is: sudo apt-get install aspell aspell-is
To also install python-Emese GtkSpell: sudo apt-get install python-GtkSpell
A small solution to a small problem that find us.
Thank you for the information. It would be nice if the tutorial were translated before posting for those of us that don't speak Spanish.