give feedback during language config

- since it takes a little while ....
merge-requests/273/head
Bernhard Landauer 7 years ago
parent 93b95d8310
commit bbf18caf36

@ -162,6 +162,8 @@ select_language() {
esac
# Generate the chosen locale and set the language
dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title "" --infobox "$_ApplySet" 0 0
sleep 2
sed -i "s/#${CURR_LOCALE}/${CURR_LOCALE}/" /etc/locale.gen
locale-gen >/dev/null 2>&1
export LANG=${CURR_LOCALE}

@ -20,6 +20,10 @@ _PassErrBody="\nThe passwords entered do not match. Please try again.\n\n"
# Basics
_SelLang=" Select Language "
_Lang="Language"
_NoCon=" No Internet Detected. "
_EstCon="Establish connection?"
_Config=" Configure "
_ApplySet="\nApplying settings ..."
# Security and Tweaks
_SecMenuTitle="Security and systemd Tweaks"

Loading…
Cancel
Save