From: "JosA MarAa Alonso (nimiux)" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-config.xml
Date: Tue, 17 Dec 2013 10:55:14 +0000 (UTC) [thread overview]
Message-ID: <20131217105514.763F22004B@flycatcher.gentoo.org> (raw)
nimiux 13/12/17 10:55:14
Modified: hb-install-config.xml
Log:
Fix bug #482284 - Add eselect locale instructions
Revision Changes Path
1.55 xml/htdocs/doc/es/handbook/hb-install-config.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.54&r2=1.55
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-install-config.xml 17 Dec 2013 10:31:16 -0000 1.54
+++ hb-install-config.xml 17 Dec 2013 10:55:14 -0000 1.55
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.54 2013/12/17 10:31:16 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.55 2013/12/17 10:55:14 nimiux Exp $ -->
<sections>
@@ -14,7 +14,7 @@
proceder.
</abstract>
-<version>30</version>
+<version>31</version>
<date>2013-12-17</date>
<section>
@@ -618,6 +618,42 @@
Una vez realizado el paso anterior, tendrá la posibilidad de ajustar las
definiciones que afectan a todo el sistema en el fichero
<path>/etc/env.d/02locale</path>:
+Puede comprobar que las localizaciones que ha seleccionado están disponibles
+mediante la orden <c>locale -a</c>.
+</p>
+
+<p>
+Una vez realizado esto, tendrá la posibilidad de definir los ajustes
+de localización para todo el sistema.
+Con <c>eselect locale list</c> se muestran las opciones disponibles:
+</p>
+
+<pre caption="Mostrar los ajustes LANG disponibles">
+# <i>eselect locale list</i>
+Available targets for the LANG variable:
+ [1] C
+ [2] POSIX
+ [3] en_US
+ [4] en_US.iso88591
+ [5] en_US.utf8
+ [6] de_DE
+ [7] de_DE.iso88591
+ [8] de_DE.iso885915
+ [9] de_DE.utf8
+ [ ] (free form)
+</pre>
+<p>
+Con <c>eselect locale set <valor></c> puede definir la
+localización deseada:
+</p>
+
+<pre caption="Definir la variable LANG">
+# <i>eselect locale set 9</i>
+</pre>
+
+<p>
+Se puede realizar también manualmente en el fichero
+<path>/etc/env.d/02locale</path>:
</p>
<pre caption="Definir la localización por defecto del sistema en /etc/env.d/02locale">
next reply other threads:[~2013-12-17 10:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 10:55 JosA MarAa Alonso (nimiux) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-28 7:22 [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-config.xml JosA MarAa Alonso (nimiux)
2014-04-11 18:57 JosA MarAa Alonso (nimiux)
2013-12-18 20:43 JosA MarAa Alonso (nimiux)
2013-12-17 10:31 JosA MarAa Alonso (nimiux)
2013-12-17 10:26 JosA MarAa Alonso (nimiux)
2013-07-27 11:06 JosA MarAa Alonso (nimiux)
2013-06-23 17:35 JosA MarAa Alonso (nimiux)
2012-05-01 18:47 John Christian Stoddart (chiguire)
2012-04-11 21:49 JosA MarAa Alonso (nimiux)
2012-04-07 18:50 JosA MarAa Alonso (nimiux)
2012-03-29 16:46 JosA MarAa Alonso (nimiux)
2011-09-18 16:59 JosA MarAa Alonso (nimiux)
2011-08-16 13:57 John Christian Stoddart (chiguire)
2011-08-04 11:02 JosA MarAa Alonso (nimiux)
2010-05-18 20:31 John Christian Stoddart (chiguire)
2009-09-29 13:31 John Christian Stoddart (chiguire)
2009-08-18 12:51 John Christian Stoddart (chiguire)
2009-02-16 16:05 John Christian Stoddart (chiguire)
2008-10-08 10:26 Jose Luis Rivero (yoswink)
2008-05-09 16:34 Jose Luis Rivero (yoswink)
2008-04-26 11:14 Jose Luis Rivero (yoswink)
2007-10-15 16:38 Jose Luis Rivero (yoswink)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131217105514.763F22004B@flycatcher.gentoo.org \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox