swift 05/08/16 19:07:31 Modified: xml/htdocs/doc/en guide-localization.xml Log: Use two languages instead of one to make it clear that multiple languages are supported
Revision Changes Path 1.29 +5 -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.29&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.29&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.28&r2=1.29&cvsroot=gentoo Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- guide-localization.xml 24 Jun 2005 18:04:15 -0000 1.28 +++ guide-localization.xml 16 Aug 2005 19:07:31 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.28 2005/06/24 18:04:15 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.29 2005/08/16 19:07:31 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.19</version> -<date>2005-06-24</date> +<version>1.20</version> +<date>2005-08-16</date> <chapter> <title>Time zone</title> @@ -455,8 +455,8 @@ <pre caption="Example: emerge openoffice for german environment"> # <i>nano -w /etc/make.conf</i> -<comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment> -LINGUAS="de" +<comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment> +LINGUAS="de en" <comment>(Now install openoffice)</comment> # <i>emerge openoffice</i> -- [email protected] mailing list
