From 58192fa9f8e458164abb3155af2fcc57986db36f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 8 Sep 2024 21:13:57 +0200 Subject: [PATCH] steps/locales --- spcd/bootstrap.sh | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 478994e..c0061ce 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1368,17 +1368,6 @@ Dir::Etc::SourceParts \"\"; esac } -spcd_step__packages_install_locales() { - spcd_step_in "Locales" - spcd_step "Install" - spcd_f_txt_locales "install" - spcd_step "Set" - spcd_f_txt_locale "set" "${SPCD_TXT_LOCALE}" - spcd_step "Show" - spcd_f_txt_locale "show" - spcd_step_out -} - # ╭───┬──────────╮ # │ s │ packages │ # ╰───┴──────────╯ @@ -1590,7 +1579,15 @@ spcd_main() { spcd_f_pm_https_trust spcd_f_pm_pkg_update spcd_f_pm_install - spcd_step__packages_install_locales + # locales + spcd_step_in "Locales" + spcd_step "Install" + spcd_f_txt_locales "install" + spcd_step "Set" + spcd_f_txt_locale "set" "${SPCD_TXT_LOCALE}" + spcd_step "Show" + spcd_f_txt_locale "show" + spcd_step_out spcd_step_out # ca spcd_step_in "CA"