Gentoo Archives: gentoo-doc-cvs

From: Flammie Pirinen <flammie@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml
Date: Sat, 24 Sep 2005 13:06:37
Message-Id: 200509241300.j8OD00r9000450@robin.gentoo.org
1 flammie 05/09/24 13:06:18
2
3 Modified: xml/htdocs/doc/en guide-localization.xml
4 Log:
5 Bug #106824: rewrote OpenOffice.Org instructions and updated LINGUAS
6 variable information
7
8 Revision Changes Path
9 1.32 +35 -35 xml/htdocs/doc/en/guide-localization.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
14
15 Index: guide-localization.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- guide-localization.xml 21 Aug 2005 22:44:26 -0000 1.31
22 +++ guide-localization.xml 24 Sep 2005 13:06:18 -0000 1.32
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding='UTF-8'?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.31 2005/08/21 22:44:26 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.32 2005/09/24 13:06:18 flammie Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/guide-localization.xml">
30 @@ -29,8 +29,8 @@
31 the German doc. Includes configuration for use of the euro currency symbol.
32 </abstract>
33
34 -<version>1.22</version>
35 -<date>2005-08-22</date>
36 +<version>1.23</version>
37 +<date>2005-09-24</date>
38
39 <chapter>
40 <title>Time zone</title>
41 @@ -110,7 +110,7 @@
42
43 </body>
44 </section>
45 -<section>
46 +<section id="variables">
47 <title>Environment variables for locales</title>
48 <body>
49
50 @@ -215,6 +215,23 @@
51 automatically install it when needed.
52 </p>
53
54 +<p>
55 +There is also additional localisation variable called LINGUAS, which affects
56 +to localisation files that get installed in gettext-based programs, and decides
57 +used localisation for some specific software packages, such as
58 +<c>kde-base/kde-i18n</c> and <c>app-office/openoffice</c>. The variable
59 +takes in <e>space</e>-separated list of language codes, and suggested
60 +place to set it is <path>/etc/make.conf</path>:
61 +</p>
62 +
63 +<pre caption="setting LINGUAS in make.conf">
64 +# <i>nano -w /etc/make.conf</i>
65 +<comment>(Add in the LINGUAS variable. For instance,
66 +for German, Finnish and English:)</comment>
67 +LINGUAS="de fi en"
68 +</pre>
69 +
70 +
71 </body>
72 </section>
73 <section>
74 @@ -332,19 +349,10 @@
75 <body>
76
77 <p>
78 -For KDE you have to install the kde-i18n package with the appropriate
79 -LINGUAS variable set:
80 +For KDE you have to install the <c>kde-base/kde-i18n</c> package. Kde-i18n
81 +respects <uri link="#variables">LINGUAS variable</uri> described earlier.
82 </p>
83
84 -<pre caption="Install localized KDE">
85 -# <i>nano -w /etc/make.conf</i>
86 -<comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment>
87 -LINGUAS="de"
88 -
89 -<comment>(Now install kde-i18n)</comment>
90 -# <i>emerge kde-i18n</i>
91 -</pre>
92 -
93 </body>
94 </section>
95 </chapter>
96 @@ -439,31 +447,23 @@
97 </body>
98 </section>
99 <section>
100 -<title>Language for OpenOffice.org</title>
101 +<title>OpenOffice.Org</title>
102 <body>
103
104 -<note>
105 -Customized default language is not available for openoffice-bin ebuild. The
106 -default language in the openoffice-bin is ENUS.
107 -</note>
108 -
109 <p>
110 -Please note that this package now uses the LINGUAS variable to
111 -provide localization. The old LANGUAGE=ENUS|PORT system does <e>not</e> work
112 -anymore. The default language for OpenOffice.org is set as "US English". If you
113 -wish to change the default language for OpenOffice.org, check the ebuild for the
114 -default language code.
115 +The current <c>app-office/openoffice</c> (or <c>-ximian</c>) source ebuilds
116 +support <uri link="#variables">LINGUAS variable</uri> for selecting installed
117 +GUI language packs. The current <e>stable</e>
118 +<c>app-office/openoffice-bin</c> binary ebuilds do <e>not</e> yet
119 +support LINGUAS variable, however, so in order to use localised OpenOffice.Org
120 +you must either install the source version, or, with your discretion, the
121 +unstable binary version. To see status of GUI translation,
122 +hyphenation, spell checking and other localisations on your language, please
123 +refer to
124 +<uri link="http://l10n.openoffice.org/languages.html">OpenOffice.Org
125 +localisation web site</uri>.
126 </p>
127
128 -<pre caption="Example: emerge openoffice for german + english environment">
129 -# <i>nano -w /etc/make.conf</i>
130 -<comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment>
131 -LINGUAS="de en"
132 -
133 -<comment>(Now install openoffice)</comment>
134 -# <i>emerge openoffice</i>
135 -</pre>
136 -
137 </body>
138 </section>
139 </chapter>
140
141
142
143 --
144 gentoo-doc-cvs@g.o mailing list