blob: 58bacc7b8e4f3ff22d279a3c2d54840ae5b5a7f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
.\" -*- nroff -*-
.\" Copyright (C) 2002, 2005 Free Software Foundation, Inc.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2, or (at your option)
.\" any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software Foundation,
.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.TH locale.gen 5 "July 2005" "Debian GNU/Linux"
.SH "NAME"
locale.gen \- Configuration file for locale-gen
.SH "DESCRIPTION"
The file \fB/etc/locale.gen\fP lists the locales that are to be generated
by the \fBlocale-gen\fP command.
Each line is of the form:
<locale> <charset>
where <locale> is one of the locales given in
.B /usr/share/i18n/locales
and <charset> is one of the character sets listed in
.B /usr/share/i18n/charmaps
The
.B locale-gen
command will generate all the locales, placing them in
\fB/usr/lib/locale\fP.
Comments start with the hash mark # and may only be on new lines.
Options start with #% (to preserve backwards compatibility). The only option
currently recognized is \fIno-locale-archive\fR. This will disable generation
of the locale archive file and instead generate multiple files/directories for
each locale.
.SH "SEE ALSO"
.BR locale-gen (8),
.BR localedef (1),
.BR locale (1)
.SH "AUTHOR"
Alastair McKinstry <mckinstry@computer.org>
|