From 0108214a37b5682cc83e40787102459c44d40edf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 6 Sep 2024 18:23:07 +0200 Subject: [PATCH] test/monetary --- spcd/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 9a9d146..9ee7879 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1239,6 +1239,8 @@ spcd_step__packages_install_locales() { locale --keyword-name LC_TIME | grep "^\(day\|mon\)" # COLLATE # MONETARY + spcd_split + locale --keyword-name LC_MONETARY | grep "^\(int_curr\|currency\|mon_\)" # MESSAGES spcd_split locale --keyword-name LC_MESSAGES | grep "^\(yes\|no\)"