Locale-gen: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „== Syntax ==“ durch „== Aufruf ==“
 
(27 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:locale-gen}}
{{DISPLAYTITLE:locale-gen}}
'''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.


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


</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