Add /etc/locale.conf

This commit is contained in:
Rodolphe Bréard 2021-03-06 12:38:09 +01:00
parent 7978a7a69f
commit 0297b0cce2

View file

@ -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
```