| 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.29 2005/08/16 19:07:31 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.30 2005/08/20 16:35:31 swift 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.20</version> |
32 | <version>1.21</version> |
| 33 | <date>2005-08-16</date> |
33 | <date>2005-08-20</date> |
| 34 | |
34 | |
| 35 | <chapter> |
35 | <chapter> |
| 36 | <title>Time zone</title> |
36 | <title>Time zone</title> |
| 37 | <section> |
37 | <section> |
| 38 | <body> |
38 | <body> |
| … | |
… | |
| 451 | anymore. The default language for OpenOffice.org is set as "US English". If you |
451 | anymore. The default language for OpenOffice.org is set as "US English". If you |
| 452 | wish to change the default language for OpenOffice.org, check the ebuild for the |
452 | wish to change the default language for OpenOffice.org, check the ebuild for the |
| 453 | default language code. |
453 | default language code. |
| 454 | </p> |
454 | </p> |
| 455 | |
455 | |
| 456 | <pre caption="Example: emerge openoffice for german environment"> |
456 | <pre caption="Example: emerge openoffice for german + english environment"> |
| 457 | # <i>nano -w /etc/make.conf</i> |
457 | # <i>nano -w /etc/make.conf</i> |
| 458 | <comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment> |
458 | <comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment> |
| 459 | LINGUAS="de en" |
459 | LINGUAS="de en" |
| 460 | |
460 | |
| 461 | <comment>(Now install openoffice)</comment> |
461 | <comment>(Now install openoffice)</comment> |