Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
Date: Wed, 31 Oct 2012 18:38:10
Message-Id: 20121031183754.22D5720E47@flycatcher.gentoo.org
1 swift 12/10/31 18:37:54
2
3 Modified: guide-localization.xml
4 Log:
5 Fix bug #433824 - Add in reference towards linguas.desc
6
7 Revision Changes Path
8 1.66 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.66&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.66&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.65&r2=1.66
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.65
18 retrieving revision 1.66
19 diff -u -r1.65 -r1.66
20 --- guide-localization.xml 24 Jul 2012 12:12:51 -0000 1.65
21 +++ guide-localization.xml 31 Oct 2012 18:37:53 -0000 1.66
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.65 2012/07/24 12:12:51 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.66 2012/10/31 18:37:53 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -35,8 +35,8 @@
30 the German doc. Includes configuration for use of the euro currency symbol.
31 </abstract>
32
33 -<version>3</version>
34 -<date>2012-07-24</date>
35 +<version>4</version>
36 +<date>2012-10-31</date>
37
38 <chapter>
39 <title>Time zone</title>
40 @@ -230,6 +230,18 @@
41 </note>
42
43 <p>
44 +A list of locales that can be used is provided as
45 +<path>/usr/portage/profiles/desc/linguas.desc</path>:
46 +</p>
47 +
48 +<pre caption="Getting usable locales for the French language">
49 +$ <i>grep -i french /usr/portage/profiles/desc/linguas.desc</i>
50 +fr - French locale
51 +fr_CA - French locale for Canada
52 +fr_FR - French locale for France
53 +</pre>
54 +
55 +<p>
56 It's also possible, and pretty common especially in a more traditional UNIX
57 environment, to leave the global settings unchanged, i.e. in the "<c>C</c>"
58 locale. Users can still specify their preferred locale in their own shell RC