From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-doc-cvs+bounces-4111-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 147401384AA for <garchives@archives.gentoo.org>; Tue, 15 Jan 2013 09:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1A4021C008; Tue, 15 Jan 2013 09:06:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F69921C008 for <gentoo-doc-cvs@lists.gentoo.org>; Tue, 15 Jan 2013 09:06:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3137833DAA6 for <gentoo-doc-cvs@lists.gentoo.org>; Tue, 15 Jan 2013 09:06:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id E7E762171D; Tue, 15 Jan 2013 09:06:46 +0000 (UTC) From: "Joshua Saddler (nightmorph)" <nightmorph@gentoo.org> To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml X-VCS-Repository: gentoo X-VCS-Files: guide-localization.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130115090646.E7E762171D@flycatcher.gentoo.org> Date: Tue, 15 Jan 2013 09:06:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: e08da89c-eac1-47cc-932a-c734af8ec692 X-Archives-Hash: 25442b65e262e04515fca555e1ae9dde nightmorph 13/01/15 09:06:46 Modified: guide-localization.xml Log: typo fix, no content change/revbump, bug 452062 Revision Changes Path 1.68 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.67&r2=1.68 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- guide-localization.xml 14 Jan 2013 06:14:14 -0000 1.67 +++ guide-localization.xml 15 Jan 2013 09:06:46 -0000 1.68 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.67 2013/01/14 06:14:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.68 2013/01/15 09:06:46 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -306,7 +306,7 @@ There is also additional localisation variable called LINGUAS, which affects to localisation files that get installed in gettext-based programs, and decides used localisation for some specific software packages, such as -<c>kde-base/kde-l10n</c> and <c>app-office/libreofficeoffice</c>. The variable +<c>kde-base/kde-l10n</c> and <c>app-office/libreoffice</c>. The variable takes in <e>space</e>-separated list of language codes, and suggested place to set it is <path>/etc/portage/make.conf</path>: </p>