From c01d09ae6d2ed201084ed9af0e7f9d558b6e2734 Mon Sep 17 00:00:00 2001 From: b068931cc450442b63f5b3d276ea4297 <77171083+b068931cc450442b63f5b3d276ea4297@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:51:32 +0100 Subject: [PATCH] sort locales a-z --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b525eb..47c712d 100644 --- a/install.sh +++ b/install.sh @@ -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) +LOCALES=(de en es fr it pt ru) welcome_screen() { cat << "EOF"