From 0297b0cce2dc422b96bc68308f66537780cd9f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 6 Mar 2021 12:38:09 +0100 Subject: [PATCH] Add /etc/locale.conf --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 017faa4..d52ecd5 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,16 @@ git commit -m 'Update Vundle' ## wallpaper The wallpaper is randomly set from images (png, jpg and jpeg) from `~/pictures/wallpapers/enabled/`. You should populate this directory with symbolic links pointing to images stored in `~/pictures/wallpapers/`. + + +## /etc/locale.conf + +``` +cat >/etc/locale.conf << EOF +LANG=en_US.UTF-8 +LC_ADDRESS=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TIME=fr_FR.UTF-8 +EOF +```