summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2004-02-12 16:56:05 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2004-02-12 16:56:05 +0000
commit885b7b44567a512a097f5d34b73d651b30db7366 (patch)
tree90a8338c069200f1c52588bcf3254e0b25a73dc2
parentsmall fixes (diff)
downloadgentoo-885b7b44567a512a097f5d34b73d651b30db7366.tar.gz
gentoo-885b7b44567a512a097f5d34b73d651b30db7366.tar.bz2
gentoo-885b7b44567a512a097f5d34b73d651b30db7366.zip
Fix #30754
-rw-r--r--xml/htdocs/doc/en/guide-localization.xml32
1 files changed, 26 insertions, 6 deletions
diff --git a/xml/htdocs/doc/en/guide-localization.xml b/xml/htdocs/doc/en/guide-localization.xml
index 7e3eb61991..4aafcf8176 100644
--- a/xml/htdocs/doc/en/guide-localization.xml
+++ b/xml/htdocs/doc/en/guide-localization.xml
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.10 2003/11/21 18:33:33 aaby Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.11 2004/02/12 16:56:05 dertobi123 Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/guide-localization.xml">
<title>Gentoo Linux Localization Guide</title>
-<author title="Author"><mail link="holler@ahsoftware.de">
+<author title="Author"><mail link="holler@gentoo.de">
Alexander Holler</mail>
</author>
<author title="Translator/Editor"><mail link="slucy@uchicago.edu">
@@ -13,6 +13,9 @@
<author title="Editor">
<mail link="bennyc@gentoo.org">Benny Chuang</mail>
</author>
+<author title="Editor">
+ <mail link="pylon@gentoo.org">Lars Weiler</mail>
+</author>
<abstract>
This guide should help users localize their Gentoo Linux distribution to any
European locale. It uses Germany as a case-study, since it is translated from
@@ -136,6 +139,23 @@ currency symbol (&#8364;)</note>
</chapter>
<chapter>
+<title>KDE</title>
+<section>
+<body>
+
+<p>
+For KDE you have to install the kde-i18n package with the appropriate
+LINGUAS environment variable set:</p>
+
+<pre caption="Install localized KDE">
+# <i>LINGUAS="de" emerge kde-i18n</i>
+</pre>
+
+</body>
+</section>
+</chapter>
+
+<chapter>
<title>The Euro Symbol for the Console</title>
<section>
<body>
@@ -144,9 +164,9 @@ currency symbol (&#8364;)</note>
will need to set <i>CONSOLEFONT</i> in
<path>/etc/rc.conf</path> to a file found in
<path>/usr/share/consolefonts/</path> (without the
- <c>.psfu.gz</c>). <c>lat0-16</c> has the Euro symbol.
+ <c>.psfu.gz</c>). <c>lat9w-16</c> has the Euro symbol.
<pre caption="setting the console font">
- CONSOLEFONT="lat0-16"
+ CONSOLEFONT="lat9w-16"
</pre>
</p>
</body>
@@ -224,6 +244,6 @@ currency symbol (&#8364;)</note>
</section>
</chapter>
-<version>1.8</version>
-<date>October 25, 2003</date>
+<version>1.9</version>
+<date>February 12, 2004</date>
</guide>