swift       05/05/25 16:54:08

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  #93091 - LINGUAS variable is for make.conf

Revision  Changes    Path
1.22      +16 -5     xml/htdocs/doc/en/guide-localization.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- guide-localization.xml      9 May 2005 17:27:18 -0000       1.21
+++ guide-localization.xml      25 May 2005 16:54:08 -0000      1.22
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 
1.21 2005/05/09 17:27:18 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 
1.22 2005/05/25 16:54:08 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -326,10 +326,16 @@
 
 <p>
 For KDE you have to install the kde-i18n package with the appropriate
-LINGUAS environment variable set:</p>
+LINGUAS variable set:
+</p>
 
 <pre caption="Install localized KDE">
-# <i>LINGUAS="de" emerge kde-i18n</i>
+# <i>nano -w /etc/make.conf</i>
+<comment>(Add in the LINGUAS variable. For instance, for the German 
language:)</comment>
+LINGUAS="de"
+
+<comment>(Now install kde-i18n)</comment>
+# <i>emerge kde-i18n</i>
 </pre>
 
 </body>
@@ -435,7 +441,7 @@
 </note>
 
 <p>
-Please note that this package now uses the LINGUAS environment variable to
+Please note that this package now uses the LINGUAS variable to
 provide localization. The old LANGUAGE=ENUS|PORT system does <e>not</e> work
 anymore. The default language for OpenOffice is set as "US English". If you
 wish to change the default language for OpenOffice, check the ebuild for the
@@ -443,7 +449,12 @@
 </p>
 
 <pre caption="Example: emerge openoffice for german environment">
-# <i>LINGUAS="de" emerge openoffice</i>
+# <i>nano -w /etc/make.conf</i>
+<comment>(Add in the LINGUAS variable. For instance, for the German 
language:)</comment>
+LINGUAS="de"
+
+<comment>(Now install openoffice)</comment>
+# <i>emerge openoffice</i>
 </pre>
 
 </body>



-- 
[email protected] mailing list

Reply via email to