viernes, abril 29, 2005

Debian , Castellanizar

Realizar un dpkg-reconfigure locales y luego locale-gen.

Los Archivos siguientes deberían quedar así, si no modificarlos:

/etc/environment

LANG=es_ES@euro
LC_ALL=es_ES
LC_MESSAGES=spanish
MM_CHARSET=ISO-8859-15
LC_MESSAGES=spanish
LANGUAGE = (unset)

/etc/locale.gen

es_ES ISO-8859-1
es_ES.UTF-8 UTF-8
es_ES.UTF-8@euro UTF-8
es_ES@euro ISO-8859-15

Reiniciar el pc.
Si sigue sin salir en castellano realizar lo siguiente desde la consola:

#> apt-get install user-euro-es
#> eurocastellanizar

Reiniciar el pc.