Locale-gen: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „== Syntax ==“ durch „== Aufruf ==“
 
(31 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:locale-gen}}
{{DISPLAYTITLE:locale-gen}}
'''locale-gen''' - generate localisation files from templates


'''locale-gen''' - Kurzbeschreibung
== Beschreibung ==
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 localedef(1).


== Beschreibung ==
== Installation ==
== Installation ==
== Syntax ==
The '''locales-all''' package, which contains all supported locales in compiled form.
 
== Aufruf ==
'''locale-gen''' ['''--keep-existing''']
 
=== Optionen ===
=== Optionen ===
; '''--keep-existing'''
: Do not remove /usr/lib/locale/locale-archive, only compiling new locales.
=== Parameter ===
=== Parameter ===
=== Umgebungsvariablen ===
=== Umgebung ===
=== Exit-Status ===
=== Rückgabewert ===
 
== Anwendung ==
== Anwendung ==
=== Fehlerbehebung ===
=== Problembehebung ===
== Konfiguration ==
== Konfiguration ==
=== Dateien ===
=== Dateien ===
/usr/share/i18n/SUPPORTED (/usr/local/share/i18n/SUPPORTED ) — list of all supported locales on the current system.
<noinclude>
<noinclude>


== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
{{Special:PrefixIndex/Locale}}
 
==== Sicherheit ====
==== Sicherheit ====
==== Dokumentation ====
==== Dokumentation ====
===== RFC =====
===== RFC =====
===== Man-Pages =====
 
===== Man-Page =====
# [[locale]](1)
# [[localedef]](1)
# [[locale.gen]](5)
 
===== Info-Pages =====
===== Info-Pages =====
==== Links ====
==== Links ====
===== 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
)
&mdash; 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/Lokalisierung]]
{{DEFAULTSORT:locale-gen}}
{{DEFAULTSORT:locale-gen}}

Aktuelle Version vom 12. November 2024, 18:46 Uhr

locale-gen - generate localisation files from templates

Beschreibung

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 localedef(1).

Installation

The locales-all package, which contains all supported locales in compiled form.

Aufruf

locale-gen [--keep-existing]

Optionen

--keep-existing
Do not remove /usr/lib/locale/locale-archive, only compiling new locales.

Parameter

Umgebung

Rückgabewert

Anwendung

Problembehebung

Konfiguration

Dateien

/usr/share/i18n/SUPPORTED (/usr/local/share/i18n/SUPPORTED ) — list of all supported locales on the current system.


Anhang

Siehe auch

Sicherheit

Dokumentation

RFC
Man-Page
  1. locale(1)
  2. localedef(1)
  3. locale.gen(5)
Info-Pages

Links

Projekt
Weblinks