locale-gen
compile a list of locale definition files
- Provided by: locales (Version: 2.13+git20120306-12.1)
- Source: langpack-locales
- Report a bug
compile a list of locale definition files
locale-gen [options] [locale] [language] ...
Compiled locale files take about 50MB of disk space, and most users only need few locales. In order to save disk space, compiled locale files are not distributed in the locales package, but selected locales are automatically generated when this package is installed by running the locale-gen program.
If a list of languages and/or locales is specified as arguments, then locale-gen only generates these particular locales and adds the new ones to /var/lib/locales/supported.d/local. Otherwise it generates all supported locales.
Locale data files can be stored either in a single archive file, /usr/lib/locale/locale-archive, or in a deep tree where individual files are stored under /usr/lib/locale/<locale_name>/LC_*. But unlike the locales package, compiled locale definitions are not removed when running locale-gen, and locales are compiled again only if locale source files have changed.
These options override settings found in /etc/belocs/locale-gen.conf.
The locale-gen program was originally written by Debian GNU libc maintainers, and has been improved by Denis Barbier <barbier@debian.org> for the belocs-locales-bin package. This manual page has been rewritten from scratch to document the current behavior.