From a57ac1defe7d1fe4b37cc7777d58bdf251d86aea Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 6 Sep 2024 17:14:45 +0200 Subject: [PATCH] test/time,messages --- spcd/bootstrap.sh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 }