| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.10 2003/11/21 18:33:33 aaby Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.11 2004/02/12 16:56:05 dertobi123 Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/guide-localization.xml"> |
5 | <guide link="/doc/en/guide-localization.xml"> |
| 6 | <title>Gentoo Linux Localization Guide</title> |
6 | <title>Gentoo Linux Localization Guide</title> |
| 7 | <author title="Author"><mail link="holler@ahsoftware.de"> |
7 | <author title="Author"><mail link="holler@gentoo.de"> |
| 8 | Alexander Holler</mail> |
8 | Alexander Holler</mail> |
| 9 | </author> |
9 | </author> |
| 10 | <author title="Translator/Editor"><mail link="slucy@uchicago.edu"> |
10 | <author title="Translator/Editor"><mail link="slucy@uchicago.edu"> |
| 11 | Steven Lucy</mail> |
11 | Steven Lucy</mail> |
| 12 | </author> |
12 | </author> |
| 13 | <author title="Editor"> |
13 | <author title="Editor"> |
| 14 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
14 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
|
|
15 | </author> |
|
|
16 | <author title="Editor"> |
|
|
17 | <mail link="pylon@gentoo.org">Lars Weiler</mail> |
| 15 | </author> |
18 | </author> |
| 16 | <abstract> |
19 | <abstract> |
| 17 | This guide should help users localize their Gentoo Linux distribution to any |
20 | This guide should help users localize their Gentoo Linux distribution to any |
| 18 | European locale. It uses Germany as a case-study, since it is translated from |
21 | European locale. It uses Germany as a case-study, since it is translated from |
| 19 | the German doc. Includes configuration for use of the Euro currency symbol. |
22 | the German doc. Includes configuration for use of the Euro currency symbol. |
| … | |
… | |
| 134 | </body> |
137 | </body> |
| 135 | </section> |
138 | </section> |
| 136 | </chapter> |
139 | </chapter> |
| 137 | |
140 | |
| 138 | <chapter> |
141 | <chapter> |
|
|
142 | <title>KDE</title> |
|
|
143 | <section> |
|
|
144 | <body> |
|
|
145 | |
|
|
146 | <p> |
|
|
147 | For KDE you have to install the kde-i18n package with the appropriate |
|
|
148 | LINGUAS environment variable set:</p> |
|
|
149 | |
|
|
150 | <pre caption="Install localized KDE"> |
|
|
151 | # <i>LINGUAS="de" emerge kde-i18n</i> |
|
|
152 | </pre> |
|
|
153 | |
|
|
154 | </body> |
|
|
155 | </section> |
|
|
156 | </chapter> |
|
|
157 | |
|
|
158 | <chapter> |
| 139 | <title>The Euro Symbol for the Console</title> |
159 | <title>The Euro Symbol for the Console</title> |
| 140 | <section> |
160 | <section> |
| 141 | <body> |
161 | <body> |
| 142 | <p> |
162 | <p> |
| 143 | In order to get your console to display the Euro symbol, you |
163 | In order to get your console to display the Euro symbol, you |
| 144 | will need to set <i>CONSOLEFONT</i> in |
164 | will need to set <i>CONSOLEFONT</i> in |
| 145 | <path>/etc/rc.conf</path> to a file found in |
165 | <path>/etc/rc.conf</path> to a file found in |
| 146 | <path>/usr/share/consolefonts/</path> (without the |
166 | <path>/usr/share/consolefonts/</path> (without the |
| 147 | <c>.psfu.gz</c>). <c>lat0-16</c> has the Euro symbol. |
167 | <c>.psfu.gz</c>). <c>lat9w-16</c> has the Euro symbol. |
| 148 | <pre caption="setting the console font"> |
168 | <pre caption="setting the console font"> |
| 149 | CONSOLEFONT="lat0-16" |
169 | CONSOLEFONT="lat9w-16" |
| 150 | </pre> |
170 | </pre> |
| 151 | </p> |
171 | </p> |
| 152 | </body> |
172 | </body> |
| 153 | </section> |
173 | </section> |
| 154 | </chapter> |
174 | </chapter> |
| … | |
… | |
| 222 | </pre> |
242 | </pre> |
| 223 | </body> |
243 | </body> |
| 224 | </section> |
244 | </section> |
| 225 | </chapter> |
245 | </chapter> |
| 226 | |
246 | |
| 227 | <version>1.8</version> |
247 | <version>1.9</version> |
| 228 | <date>October 25, 2003</date> |
248 | <date>February 12, 2004</date> |
| 229 | </guide> |
249 | </guide> |