Add /etc/locale.conf
This commit is contained in:
parent
7978a7a69f
commit
0297b0cce2
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue