test/time,messages
Some checks failed
/ arch (push) Failing after 8s
/ alpine (push) Failing after 9s
/ fedora (push) Failing after 7s
/ debian (push) Failing after 9s
/ opensuse (push) Failing after 7s
/ ubuntu (push) Failing after 8s
/ alma (push) Failing after 7s
/ rocky (push) Failing after 8s

This commit is contained in:
Marc Beninca 2024-09-06 17:14:45 +02:00
parent 781d907b07
commit a57ac1defe
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1232,7 +1232,23 @@ spcd_step__packages_install_locales() {
spcd_step "Set" spcd_step "Set"
spcd_txt_locale "set" "${SPCD_TXT_LOCALE}" spcd_txt_locale "set" "${SPCD_TXT_LOCALE}"
spcd_step "Test" 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 spcd_step_out
} }