calamares/src/modules/locale
Kevin Kofler e7d0f205a4 locale: Support distributions without locale-gen.
If /etc/locale.gen (or the configured localeGenPath) does not exist,
assume that all the supported languages are already built into the
locale archive, and retrieve the list from "locale -a".

The list will then contain lines with only the locale rather than
locale + space + encoding, but that should not affect any of the rest of
the code. UTF-8 locales will still contain the string "UTF-8" (as part
of the ".UTF-8" suffix), we will not write a locale.gen file if we don't
have locale-gen, and everything else just strips away the encoding.
2014-11-25 20:03:37 +01:00
..
images Initial commit for the locale viewmodule. 2014-07-02 18:12:53 +02:00
timezonewidget Remove keyboard related functionality from the locale viewmodule. 2014-07-04 15:31:12 +02:00
CMakeLists.txt Build LCLocale dialog. 2014-11-25 17:40:38 +01:00
LCLocaleDialog.cpp Add relevant strings. 2014-11-25 17:40:24 +01:00
LCLocaleDialog.h New LC LOCALE picker dialog. 2014-11-25 17:40:24 +01:00
locale.conf Big configuration overhaul. 2014-08-06 11:54:45 +02:00
locale.qrc Add proper QResrouce system to libcalamaresui, finish up prepare checks 2014-08-26 18:24:51 +02:00
LocalePage.cpp locale: Support distributions without locale-gen. 2014-11-25 20:03:37 +01:00
LocalePage.h Massive cleanup in LocalePage. Add LCLocale setting, with autodetect. 2014-11-25 17:41:27 +01:00
LocaleViewStep.cpp Load lcLocale value into GlobalStorage. Also allow localeGenPath setting 2014-11-25 17:43:12 +01:00
LocaleViewStep.h Load lcLocale value into GlobalStorage. Also allow localeGenPath setting 2014-11-25 17:43:12 +01:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
SetTimezoneJob.cpp locale: make sure /etc/localtime doesn't exist 2014-08-19 20:47:46 +02:00
SetTimezoneJob.h Add SetTimezoneJob to locale viewmodule. 2014-08-01 16:28:29 +02:00