blob: 99bcf5f95f698da6befa9606a28c26338589ffdb (
plain) (
blame)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
---
argument_specs:
main:
short_description: "Configure the linux distro locales"
description: "Configure the linux distro locales"
options:
locales:
type: "list"
default: ["de_DE.UTF-8 UTF-8"]
elements: "str"
description: "The default locales to generate"
locales_lang:
type: "str"
description: "configuration of LANG="
default: "de_DE.UTF-8"
locales_language:
type: "str"
description: "configuration of LANGUAGE="
default: "de_DE.UTF-8:de:C"
locales_lc_ctype:
type: "str"
description: "configuration of LC_CTYPE="
default: "de_DE.UTF-8"
locales_lc_numeric:
type: "str"
description: "configuration of LC_NUMERIC="
default: "de_DE.UTF-8"
locales_lc_time:
type: "str"
description: "configuration of LC_TIME="
default: "de_DE.UTF-8"
locales_lc_collate:
type: "str"
description: "configuration of LC_COLLATE="
default: "de_DE.UTF-8"
locales_lc_monetary:
type: "str"
description: "configuration of LC_MONETARY="
default: "de_DE.UTF-8"
locales_lc_messages:
type: "str"
description: "configuration of LC_MESSAGES="
default: "de_DE.UTF-8"
locales_lc_paper:
type: "str"
description: "configuration of LC_PAPER="
default: "de_DE.UTF-8"
locales_lc_name:
type: "str"
description: "configuration of LC_NAME="
default: "de_DE.UTF-8"
locales_lc_address:
type: "str"
description: "configuration of LC_ADDRESS="
default: "de_DE.UTF-8"
locales_lc_telephone:
type: "str"
description: "configuration of LC_TELEPHONE="
default: "de_DE.UTF-8"
locales_lc_measurement:
type: "str"
description: "configuration of LC_MEASUREMENT="
default: "de_DE.UTF-8"
locales_lc_identification:
type: "str"
description: "configuration of LC_IDENTIFICATION="
default: "de_DE.UTF-8"
|