Magellan Linux

Contents of /trunk/initscripts/common/etc/locale.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2035 - (show annotations) (download)
Thu Jan 24 15:21:11 2013 UTC (11 years, 3 months ago) by niro
File size: 1269 byte(s)
-migrate to vconsole.conf and locale.conf
1 # /etc/locale.conf - Locale setting variables
2 # $Id$
3
4 # The basic language setting used by applications on the system,
5 # unless overridden by one of the other locale environment variables
6 LANG=""
7
8 # The character set used to display and input text
9 LC_CTYPE=""
10
11 # How non-monetary numeric values are formatted on screen
12 LC_NUMERIC=""
13
14 # How date and time values are formatted
15 LC_TIME=""
16
17 # How to sort various information items
18 # (e.g. defines the order of the alphabet so items can
19 # be ordered alphabetically by the sort command)
20 LC_COLLATE=""
21
22 # How monetary numeric values are formatted
23 LC_MONETARY=""
24
25 # Which language is to display messages to the end user
26 LC_MESSAGES=""
27
28 # Definitions of paper formats and standards
29 LC_PAPER=""
30
31 # How names are formatted
32 LC_NAME=""
33
34 # How to display address information
35 LC_ADDRESS=""
36
37 # How telephone numbers are structured
38 LC_TELEPHONE=""
39
40 # What units of measurement are used
41 LC_MEASUREMENT=""
42
43 # How to display identification information
44 LC_IDENTIFICATION=""
45
46 # Caution!
47 # This variable serves as a powerful override over all the other
48 # locale environment variables. When its value is set, applications
49 # use that value to determine which locale settings to use regardless
50 # of the values of the other variables
51 LC_ALL=""