| 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.20 2005/04/06 09:40:00 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.21 2005/05/09 17:27:18 alin 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"> |
7 | <author title="Author"> |
| … | |
… | |
| 27 | This guide should help users localize their Gentoo Linux distribution to any |
27 | This guide should help users localize their Gentoo Linux distribution to any |
| 28 | European locale. It uses Germany as a case-study, since it is translated from |
28 | European locale. It uses Germany as a case-study, since it is translated from |
| 29 | the German doc. Includes configuration for use of the Euro currency symbol. |
29 | the German doc. Includes configuration for use of the Euro currency symbol. |
| 30 | </abstract> |
30 | </abstract> |
| 31 | |
31 | |
| 32 | <version>1.13</version> |
32 | <version>1.14</version> |
| 33 | <date>2005-02-05</date> |
33 | <date>2005-05-09</date> |
| 34 | |
34 | |
| 35 | <chapter> |
35 | <chapter> |
| 36 | <title>Timezone</title> |
36 | <title>Timezone</title> |
| 37 | <section> |
37 | <section> |
| 38 | <body> |
38 | <body> |
| … | |
… | |
| 300 | <section> |
300 | <section> |
| 301 | <body> |
301 | <body> |
| 302 | |
302 | |
| 303 | <p> |
303 | <p> |
| 304 | The keyboard layout to be used by the X server is specified |
304 | The keyboard layout to be used by the X server is specified |
| 305 | in <path>/etc/X11/XF86Config</path> by the <c>XkbLayout</c> |
305 | in <path>/etc/X11/xorg.conf</path> by the <c>XkbLayout</c> |
| 306 | option. |
306 | option. |
| 307 | </p> |
307 | </p> |
| 308 | |
308 | |
| 309 | <pre caption="setting the X keymap"> |
309 | <pre caption="setting the X keymap"> |
| 310 | Section "InputDevice" |
310 | Section "InputDevice" |