From 98b4c3f9b8238b7390bf341ac72f2752ed4ed785 Mon Sep 17 00:00:00 2001 From: b068931cc450442b63f5b3d276ea4297 <77171083+b068931cc450442b63f5b3d276ea4297@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:34:26 +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 0df3a4d..b43467c 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 pl) +LOCALES=(de en es fr it pl pt ru) welcome_screen() { cat << "EOF"