From 6ec1c2a7a21a47fef6e4d3834873bc7ebb431db9 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 16 Apr 2023 20:52:34 +0100 Subject: [PATCH] Use en_US by default --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 7390200..27ea052 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -25,7 +25,7 @@ if [ ! -d "$HOME/.local/bin" ] ; then install -d -m 0700 "$HOME/.local/bin" ; fi export TZ=Europe/London # Can override this elsewhere if needed. if ! [ -f "$XDG_CONFIG_HOME/locale.conf" ] && [ -x /usr/bin/locale ] then - LANG="C.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" + LANG="en_US.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" fi if [ -r "$XDG_CONFIG_HOME/locale.conf" ] then