Locale-gen: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „{{DISPLAYTITLE:locale-gen}} '''locale-gen''' - Kurzbeschreibung == Beschreibung == == Installation == == Syntax == === Optionen === === Parameter === === Umgebungsvariablen === === Exit-Status === == Anwendung == === Fehlerbehebung === == Konfiguration == === Dateien === <noinclude> == Anhang == === Siehe auch === {{Special:PrefixIndex/{{BASEPAGENAME}}}} ==== Sicherheit ==== ==== Dokumentation ==== ===== RFC ===== ===== Man-Pages ===== ===== Info-Pages…“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
===== Projekt ===== | ===== Projekt ===== | ||
===== Weblinks ===== | ===== Weblinks ===== | ||
= TMP = | |||
<TITLE>LOCALE-GEN | |||
Manpage</TITLE> | |||
<link rel="stylesheet" href="help:/kdoctools5-common/kde-default.css" type="text/css"> | |||
<link rel="stylesheet" href="file:///usr/share/kio_docfilter/kio_docfilter.css" type="text/css"> | |||
<style type="text/css"> | |||
#header_top { background-image: url("help:/kdoctools5-common/top.jpg"); } | |||
#header_top div { background-image: url("help:/kdoctools5-common/top-left.jpg"); } | |||
#header_top div div { background-image: url("help:/kdoctools5-common/top-right.jpg"); } | |||
</style> | |||
<meta name="ROFF_Type" content="mdoc"> | |||
</HEAD> | |||
<BODY> | |||
<div id="header"><div id="header_top"> | |||
<div><div> | |||
<img src="help:/kdoctools5-common/top-kde.jpg" alt="top-kde"> LOCALE-GEN Manual Page</div></div></div></div> | |||
<div style="margin-left: 5em; margin-right: 5em;"> | |||
<h1>LOCALE-GEN</h1> | |||
Section: Maintenance Commands (8) | |||
<H2>NAME</H2> | |||
<div> | |||
<span style="font-weight:bold">locale-gen</span> | |||
- generate localisation files from templates | |||
</div> | |||
<H2>SYNOPSIS</H2> | |||
<div> | |||
<span style="font-weight:bold">locale-gen</span> | |||
[<span style="font-weight:bold">--keep-existing</span> | |||
] | |||
</div> | |||
<H2>DESCRIPTION</H2> | |||
<div> | |||
As compiled locales are large, only templates are distributed in the default | |||
<span style="font-weight:bold">locales</span> | |||
package, and only the desired locales are compiled on the target system. | |||
<br><br> | |||
After selecting the locales into | |||
/etc/locale.gen | |||
(via <span style="font-weight:bold">dpkg <span style="font-style:normal">package configuration, for example</span> | |||
</span> | |||
,) | |||
<span style="font-weight:bold">locale-gen</span> | |||
is run to compile them via | |||
<a href="man:/localedef(1)">localedef</a>(1). | |||
</div> | |||
<H2>OPTIONS</H2> | |||
<div> | |||
<DL> | |||
<DT><span style="font-weight:bold"></span><span style="font-weight:bold">--keep-existing</span> | |||
</DT> | |||
<DD> | |||
Do not remove | |||
/usr/lib/locale/locale-archive, | |||
only compiling new locales. | |||
</DL> | |||
</div> | |||
<H2>FILES</H2> | |||
<div> | |||
<DL> | |||
<DT><span style="font-weight:bold">/etc/locale.gen | |||
</span></DT> | |||
<DD> | |||
Whitespace-separated newline-delimited | |||
<span style="font-style:italic">locale charset</span> | |||
list of locales to build with | |||
<span style="font-weight:bold">#</span> | |||
start-of-line comments. | |||
</DL> | |||
</div> | |||
<H2>SEE ALSO</H2> | |||
<div> | |||
<a href="man:/locale(1)">locale</a>(1), | |||
<a href="man:/localedef(1)">localedef</a>(1), | |||
<a href="man:/locale.gen(5)">locale.gen</a>(5) | |||
<br><br> | |||
/usr/share/i18n/SUPPORTED | |||
(/usr/local/share/i18n/SUPPORTED | |||
) | |||
— list of all supported locales on the current system. | |||
<br><br> | |||
The | |||
<span style="font-weight:bold">locales-all</span> | |||
package, which contains all supported locales in compiled form. | |||
<p> | |||
</div><div style="margin-left: 2cm"> | |||
</div></div></div></div> | |||
<div id="footer"><div id="footer_text"> | |||
Generated by kio_man version 22.12.3</div></div> | |||
</noinclude> | </noinclude> | ||
[[Kategorie:Linux/Befehl]] | [[Kategorie:Linux/Befehl]] | ||
[[Kategorie:Linux/Locale]] | [[Kategorie:Linux/Locale]] | ||
{{DEFAULTSORT:locale-gen}} | {{DEFAULTSORT:locale-gen}} |
Version vom 14. Dezember 2023, 11:48 Uhr
locale-gen - Kurzbeschreibung
Beschreibung
Installation
Syntax
Optionen
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Fehlerbehebung
Konfiguration
Dateien
Anhang
Siehe auch
Sicherheit
Dokumentation
RFC
Man-Pages
Info-Pages
Links
Projekt
Weblinks
TMP
<TITLE>LOCALE-GEN
Manpage</TITLE>
<link rel="stylesheet" href="help:/kdoctools5-common/kde-default.css" type="text/css"> <link rel="stylesheet" href="file:///usr/share/kio_docfilter/kio_docfilter.css" type="text/css"> <style type="text/css">
- header_top { background-image: url("help:/kdoctools5-common/top.jpg"); }
- header_top div { background-image: url("help:/kdoctools5-common/top-left.jpg"); }
- header_top div div { background-image: url("help:/kdoctools5-common/top-right.jpg"); }
</style>
<meta name="ROFF_Type" content="mdoc"> </HEAD>
<BODY>
LOCALE-GEN
Section: Maintenance Commands (8)
NAME
locale-gen
- generate localisation files from templates
SYNOPSIS
locale-gen [--keep-existing
]
DESCRIPTION
As compiled locales are large, only templates are distributed in the default locales
package, and only the desired locales are compiled on the target system.
After selecting the locales into /etc/locale.gen
(via dpkg package configuration, for example
,)
locale-gen
is run to compile them via
<a href="man:/localedef(1)">localedef</a>(1).
OPTIONS
- --keep-existing
- Do not remove /usr/lib/locale/locale-archive, only compiling new locales.
FILES
- /etc/locale.gen
- Whitespace-separated newline-delimited locale charset list of locales to build with # start-of-line comments.
SEE ALSO
<a href="man:/locale(1)">locale</a>(1),
<a href="man:/localedef(1)">localedef</a>(1),
<a href="man:/locale.gen(5)">locale.gen</a>(5)
/usr/share/i18n/SUPPORTED
(/usr/local/share/i18n/SUPPORTED
)
— list of all supported locales on the current system.
The locales-all
package, which contains all supported locales in compiled form.