From c0691580ce8ce4f93dc7b84288e99f8cc01f5c48 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 30 Jul 2021 18:00:47 +0200 Subject: [PATCH] [Bootstrap] Better default locale --- org/config/bootstrap.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org/config/bootstrap.org b/org/config/bootstrap.org index 9b7b264..0dac5f2 100644 --- a/org/config/bootstrap.org +++ b/org/config/bootstrap.org @@ -184,16 +184,14 @@ I’ll let the user accept them one by one. This is my configuration I usually use when it comes to my locale. #+BEGIN_SRC fish - set localeconf "LANG=en_US.UTF-8 + set localeconf "LANG=en_DK.UTF-8 LC_COLLATE=C LC_NAME=fr_FR.UTF-8 - LC_NUMERIC=fr_FR.UTF-8 LC_IDENTIFICATION=fr_FR.UTF-8 LC_TELEPHONE=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 LC_ADDRESS=fr_FR.UTF-8 - LC_TIME=fr_FR.UTF-8 LC_MEASUREMENT=fr_FR.UTF-8" #+END_SRC