Hispanizar Debian

Para hispanizar tu Debian debes tener instalado locale, si no los tienes
instalalos con apt-get install locale. Locale instala la
internacionalizaci�n para Debian.

Si usas Debian stable (potato) deber�s editar los siguientes archivos, y
asegurarte de que contienen las siguientes l�neas:


        /etc/inputrc


set input-meta on
set output-meta on
set meta-flag off


        /etc/environment


LANGUAGE=spanish
LC_ALL=es_ES
S_LANG=es
MM_CHARSET=ISO-8859-1
LANG=es_ES.ISO-8859-1


        /etc/X11/XF86Config o /etc/X11/XF86Config-4


Option          "XkbModel"     "pc102"
Option          "XkbLayout"     "es"

Si usas Debian unstable o testing edita tambien */etc/locale.gen* y
comenta todas las l�neas menos:

es_ES ISO-8859-1

y ejecuta locale-gen como root.

Con esto ya habr�s castellanizado tu Debian.






Responder a