From affac2e2910949821d4182f8c81074ac9bae7e08 Mon Sep 17 00:00:00 2001 From: ClonkDroid <35613258+ClonkDroid@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:33:56 +0200 Subject: [PATCH] Fix LC_LOCALE --- welcome.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/welcome.sh b/welcome.sh index be39540..78a3d3b 100755 --- a/welcome.sh +++ b/welcome.sh @@ -1,5 +1,5 @@ version=1.0.3 - +export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter #========Welcome=======# welcome () { msg="Welcome" # Default @@ -206,7 +206,6 @@ updatecheck="on" #< Check for general updates flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon" -export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter source ~/.welcome/config.cfg welcome