From 863d00f40c00fa0b551fd96f6a5302213c2a76bc Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 19 Jun 2018 08:42:25 -0400 Subject: [PATCH] [localecfg] Document purpose of this module --- src/modules/localecfg/main.py | 1 + src/modules/localecfg/module.desc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/modules/localecfg/main.py b/src/modules/localecfg/main.py index d44d7da2b..55c704fae 100644 --- a/src/modules/localecfg/main.py +++ b/src/modules/localecfg/main.py @@ -7,6 +7,7 @@ # Copyright 2015, Philip Müller # Copyright 2016, Teo Mrnjavac # Copyright 2018, AlmAck +# Copyright 2018, Adriaan de Groot # # Calamares is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/modules/localecfg/module.desc b/src/modules/localecfg/module.desc index 89baab7ad..815480562 100644 --- a/src/modules/localecfg/module.desc +++ b/src/modules/localecfg/module.desc @@ -1,3 +1,6 @@ +# Enable the configured locales (those set by the user on the +# user page) in /etc/locale.gen, if they are available in the +# target system. --- type: "job" name: "localecfg"