sort locales a-z

This commit is contained in:
b068931cc450442b63f5b3d276ea4297 2024-01-20 13:34:26 +01:00 committed by GitHub
parent 28324f1e12
commit 98b4c3f9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
CURRENT_USER="${SUDO_USER}"
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
HOST="$( hostname )"
LOCALES=(en fr es ru pt de it pl)
LOCALES=(de en es fr it pl pt ru)
welcome_screen() {
cat << "EOF"