From 4e645dfc0cc3817636c38d169d050f34dacd4a25 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 6 Sep 2024 18:30:10 +0200 Subject: [PATCH] test/numeric --- spcd/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 9ee7879..616a705 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1234,6 +1234,8 @@ spcd_step__packages_install_locales() { spcd_step "Test" # CTYPE # NUMERIC + spcd_split + locale --keyword-name LC_NUMERIC | grep "^\(decimal\|thousands\|grouping\)" # TIME spcd_split locale --keyword-name LC_TIME | grep "^\(day\|mon\)"