diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index c7dd25d..2cc8a09 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1232,7 +1232,23 @@ spcd_step__packages_install_locales() { spcd_step "Set" spcd_txt_locale "set" "${SPCD_TXT_LOCALE}" spcd_step "Test" - date + # CTYPE + # NUMERIC + # TIME + spcd_split + locale --keyword-name LC_TIME | grep "^\(day\|mon\)" + # COLLATE + # MONETARY + # MESSAGES + spcd_split + locale --keyword-name LC_MESSAGES | grep "^\(yes\|no\)" + # + # PAPER + # NAME + # ADDRESS + # TELEPHONE + # MEASUREMENT + # IDENTIFICATION spcd_step_out }