| 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.57 2009/06/22 20:09:34 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.58 2009/07/12 01:06:03 nightmorph 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"> |
| … | |
… | |
| 30 | This guide should help users localize their Gentoo Linux distribution to any |
30 | This guide should help users localize their Gentoo Linux distribution to any |
| 31 | European locale. It uses Germany as a case-study, since it is translated from |
31 | European locale. It uses Germany as a case-study, since it is translated from |
| 32 | the German doc. Includes configuration for use of the euro currency symbol. |
32 | the German doc. Includes configuration for use of the euro currency symbol. |
| 33 | </abstract> |
33 | </abstract> |
| 34 | |
34 | |
| 35 | <version>1.43</version> |
35 | <version>1.44</version> |
| 36 | <date>2009-06-22</date> |
36 | <date>2009-07-11</date> |
| 37 | |
37 | |
| 38 | <chapter> |
38 | <chapter> |
| 39 | <title>Time zone</title> |
39 | <title>Time zone</title> |
| 40 | <section> |
40 | <section> |
| 41 | <body> |
41 | <body> |
| … | |
… | |
| 353 | |
353 | |
| 354 | <pre caption="Adding locales to /etc/locale.gen"> |
354 | <pre caption="Adding locales to /etc/locale.gen"> |
| 355 | en_GB ISO-8859-1 |
355 | en_GB ISO-8859-1 |
| 356 | en_GB.UTF-8 UTF-8 |
356 | en_GB.UTF-8 UTF-8 |
| 357 | de_DE ISO-8859-1 |
357 | de_DE ISO-8859-1 |
| 358 | de_DE@euro |
358 | de_DE@euro ISO-8859-15 |
| 359 | </pre> |
359 | </pre> |
| 360 | |
360 | |
| 361 | <p> |
361 | <p> |
| 362 | The next step is to run <c>locale-gen</c>. It will generate all the locales you |
362 | The next step is to run <c>locale-gen</c>. It will generate all the locales you |
| 363 | have specified in the <path>/etc/locale.gen</path> file. |
363 | have specified in the <path>/etc/locale.gen</path> file. |