Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[open office] castellanizar (open)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
restiz
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2005
Posts: 92

PostPosted: Tue Feb 14, 2006 8:56 pm    Post subject: [open office] castellanizar (open) Reply with quote

Hola a todos, vereis, he seguido el manual de la página de la wikipedia para castellanizar gentoo, pero la cosa esta en que no lo consigo :S:S, como puedo ponerlo en español y instalar a su vez un diccionario en español? muchas gracias.
Back to top
View user's profile Send private message
Stolz
Moderator
Moderator


Joined: 19 Oct 2003
Posts: 3028
Location: Hong Kong

PostPosted: Tue Feb 14, 2006 9:22 pm    Post subject: Reply with quote

Para "castellanizar" Gentoo te recomiendo la documentación oficial, no el Wiki.

Para OO, usa la búsqueda del foro, se ha contestado en otras ocasiones.

Saludozzzzzzz
Back to top
View user's profile Send private message
LinuxBlues
l33t
l33t


Joined: 26 Mar 2005
Posts: 892

PostPosted: Tue Feb 14, 2006 10:00 pm    Post subject: Reply with quote

OpenOffice usa la variable LINGUAS. Esto es, añade a /etc/env.d/02locale
Code:

LC_ALL="es_ES.UTF-8"
LANG="es_ES.UTF-8"
LINGUAS="es"

modifica es_ES y pon tu país, si no es España...
Code:
env-update && source /etc/profile

y asunto resuelto.
Back to top
View user's profile Send private message
restiz
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2005
Posts: 92

PostPosted: Tue Feb 14, 2006 10:06 pm    Post subject: Reply with quote

eins :S:S:s LINGUAS según todos los manuales que leí oficiales y no oficiales, va en el make.conf :S:S ¿me equivoco?
Back to top
View user's profile Send private message
LinuxBlues
l33t
l33t


Joined: 26 Mar 2005
Posts: 892

PostPosted: Tue Feb 14, 2006 11:48 pm    Post subject: Reply with quote

puede ir también en make.conf, sin embargo no lo tendrás como variable de entorno, lo cual es completamente necesario también...

Por si no me explico, las variables en make.conf no son variables de entorno, y no afectan a los programas en tiempo de ejecución, haz por ejemplo un
Code:
echo $CFLAGS

y verás que no devuelve ningún resultado en gentoo, a eso es a lo que me refiero, mientras que si defines LINGUAS en 99local como dije, ejecuta:
Code:
echo $LINGUAS

y verás que la variable aparece como cabía esperar y como le resultará necesaria a muchos programas, no solo openoffice sino mplayer por ejemplo....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum