Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
Date: Sun, 15 Nov 2009 21:01:25
Message-Id: E1N9mDo-0007LZ-JF@stork.gentoo.org
1 nightmorph 09/11/15 21:01:20
2
3 Modified: guide-localization.xml
4 Log:
5 use the proper KDE4 localization packages instead of the KDE3 versions, which are being removed from Portage
6
7 Revision Changes Path
8 1.59 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.59&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.59&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.58&r2=1.59
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.58
18 retrieving revision 1.59
19 diff -u -r1.58 -r1.59
20 --- guide-localization.xml 12 Jul 2009 01:06:03 -0000 1.58
21 +++ guide-localization.xml 15 Nov 2009 21:01:20 -0000 1.59
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.58 2009/07/12 01:06:03 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.59 2009/11/15 21:01:20 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -32,8 +32,8 @@
30 the German doc. Includes configuration for use of the euro currency symbol.
31 </abstract>
32
33 -<version>1.44</version>
34 -<date>2009-07-11</date>
35 +<version>1.45</version>
36 +<date>2009-11-15</date>
37
38 <chapter>
39 <title>Time zone</title>
40 @@ -290,7 +290,7 @@
41 There is also additional localisation variable called LINGUAS, which affects
42 to localisation files that get installed in gettext-based programs, and decides
43 used localisation for some specific software packages, such as
44 -<c>kde-base/kde-i18n</c> and <c>app-office/openoffice</c>. The variable
45 +<c>kde-base/kde-l10</c> and <c>app-office/openoffice</c>. The variable
46 takes in <e>space</e>-separated list of language codes, and suggested
47 place to set it is <path>/etc/make.conf</path>:
48 </p>
49 @@ -469,8 +469,9 @@
50 <body>
51
52 <p>
53 -For KDE you have to install the <c>kde-base/kde-i18n</c> package. Kde-i18n
54 -respects <uri link="#variables">LINGUAS variable</uri> described earlier.
55 +For KDE you have to install the <c>kde-base/kde-l10</c> and
56 +<c>app-office/koffice-l10n</c> packages. These respect the <uri
57 +link="#variables">LINGUAS variable</uri> described earlier.
58 </p>
59
60 </body>